# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
*.egg
MANIFEST

# Virtual envs
.venv/
venv/
env/
ENV/

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.tox/
.coverage
.coverage.*
htmlcov/
.hypothesis/

# Editor / OS
.DS_Store
.idea/
.vscode/
*.swp
*.swo

# Env files
.env
.env.local
.env.*.local

# Local Claude state
.claude/


# Internal planning (not for publication)
SCOPE.md
PLAN.md
DECISIONS.md
