# Python bytecode
__pycache__/
*.py[cod]
*$py.class

# Virtual environments
.venv/
venv/
env/
ENV/
.uv-cache/

# Python packaging
build/
dist/
*.egg-info/
.eggs/

# Test, coverage, lint, and type-check caches
.pytest_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
.tox/
.nox/
.ruff_cache/
.mypy_cache/
.pyre/
.next/
node_modules/

# Local environment and secret files
.env
.env.*
!.env.example
!.env.sample

# Local agent tooling
.claude/
.mcp.json
.codex/
.superpowers/
.impeccable/
.github/hooks/impeccable.json
.github/skills/impeccable/

# TypeScript incremental build info
*.tsbuildinfo

# Local SQLite memory databases and sidecar files
*.db
*.db-*
*.sqlite
*.sqlite-*
*.sqlite3
*.sqlite3-*

# Local editor and OS files
.vscode/
.idea/
.DS_Store
Thumbs.db
.vercel
