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

# Virtual environments
.venv/
venv/
env/

# uv
.python-version

# Test / tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# auditor's generated index/cache now lives in the global home (~/.auditor or
# $AUDITOR_HOME), not in-repo. Local plugins stay untrusted local-only.
.auditor/plugins/

# Audit output
AUDIT.md
.audit/

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