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

# Virtual environments
.venv/
venv/

# Local configuration and secrets
.claude/settings.local.json
.env
.env.*
*.key
*.pem
*.p12

# teamctx (config is tracked; local state is not)
!.teamctx/
.teamctx/*
!.teamctx/config.json
*.sqlite3
*.sqlite3-shm
*.sqlite3-wal

# Editors
.DS_Store
.idea/
.vscode/

