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

# Virtual environments
.venv/
venv/
env/

# uv
# (uv.lock IS committed; the cache dir is not)
.uv/

# Testing / coverage
.pytest_cache/
.mypy_cache/
.ruff_cache/
.hypothesis/
.coverage
.coverage.*
coverage.xml
htmlcov/

# Environment — never commit a real token
.env

# Local audit cache (SQLite)
*.db
.cache/
repo-auditor.sqlite*

# Editors / OS
.idea/
.vscode/
*.swp
.DS_Store

# Generated reports
report.md
*.report.md
