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

# Virtual environments
.venv/
venv/
env/

# Tooling
.ruff_cache/
.pytest_cache/
.mypy_cache/
.coverage
htmlcov/

# Editor
.vscode/
.idea/
*.swp
*~

# OS
.DS_Store
Thumbs.db

# Project
*.log
.claude/worktrees/

# local denylist for the pre-commit identifier gate (the forbidden work-domain
# identifiers; never committed — supplied via env var or CI secret in automation)
.identifiers-denylist.local
