# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.pytest_cache/

# Virtual environments
.venv/
venv/

# Secrets — never commit
.env
.claude/settings.local.json

# Editor / OS
.DS_Store
