# Secrets: never commit a filled-in .env (anywhere in the repo)
.env
.env.local
.env.*.local
**/.env
**/.env.local

# Python
__pycache__/
*.py[cod]
.venv/
venv/
*.egg-info/
.mypy_cache/
.pytest_cache/
.ruff_cache/

# Node
node_modules/

# Build output
dist/

# OS and editor noise
.DS_Store
Thumbs.db

# Local Claude Code settings (machine-specific)
**/.claude/settings.local.json
