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

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

# Test / type / lint caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
*.cover

# SQLite
*.db
*.db-wal
*.db-shm
*.sqlite
*.sqlite3

# IDE
.vscode/
.idea/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Claude state (kept locally, not committed)
.claude/state/
.claude/cache/
.claude/worktrees/

# Logs
*.log
logs/

# Local config / secrets
.env
.env.*
!.env.example
# Internal scan reports (local-only)
.supply-chain-risk-auditor/

# Claire tool worktree remnants (stale, local-only)
.claire/

# Internal process records + agent config (removed from public HEAD 2026-07-08)
.private/
.claude/
/CLAUDE.md
