# macOS
.DS_Store

# Claude Code local state (project agents/ and shared settings.json ARE tracked)
.claude/settings.local.json

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

# env files (keep .env.example tracked)
.env
.env.local
