# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environments
.venv/
venv/
ENV/
env/
.smoke-venv/

# Pytest / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/

# IDE & OS files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
Thumbs.db

# CodeGraph local index (regenerable)
.codegraph/

# Local audit reports (may contain transcript excerpts)
.audit/

# Local audit helper scripts (not part of shipped tooling)
scripts/analyze_audit_hits.py

# Throwaway live-proof probe scripts (kept in .audit/, never shipped)
live_probe*.py

# Probe output dumps
probe*.txt

# Agent local instructions
agents.md
AGENTS.md
*.local.md

