# Local implementation plan (not pushed)
.plan/

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
env/
dist/
build/
*.egg-info/
.eggs/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Secrets
.env
.env.*

# IDE
.idea/
.vscode/
*.swp
.DS_Store
