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

# Virtualenv
.venv/
venv/
env/

# Environment / secrets
.env
.env.*

# Claude Code per-user settings (may contain tokens or local allow-lists)
.claude/settings.local.json
**/.claude/settings.local.json

# Editor / OS
.vscode/
.idea/
*.swp
.DS_Store
Thumbs.db

# Playwright UI-automation state now lives under ~/.forge/ (outside the
# repo) — see forge/paths.py. Nothing to ignore here.
