# Local plan/prompt scratch files
plans/*

# Byte-compiled / optimized
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
build/
dist/
*.egg-info/
.eggs/

# Virtual environments
.venv/
venv/

# uv
.uv-cache/

# Testing / coverage
.pytest_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/

# Type checking / linting caches
.mypy_cache/
.ruff_cache/

# Secrets (integration tests)
tests/integration/.secrets/

# OS / editor cruft
.DS_Store
site/

# secrets
*.env

audit.log