__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg
*.egg-info/
dist/
build/
.eggs/
.env
.venv
venv/
env/
*.spec
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/
*.log
.venv-linux/
.venv-*/
.vscode*/

# Internal AI/IDE tooling (used locally, not published)
.github/instructions/

# Private keys and certificates — never commit these
*.pem
*.key
*.p12
*.pfx
*.crt
*.cer
id_rsa
id_ed25519
id_ecdsa

# Internal-only docs — never published
docs-internal/

# Claude Code — local AI assistant state, never published
CLAUDE.md
CLAUDE.local.md
.claude/
