# Python
__pycache__/
*.py[cod]
.ruff_cache/
.mypy_cache/
.pytest_cache/

# Virtual environments
.venv/
venv/
env/

# Generated audit reports (timestamped runs are not source)
findings-*.md
findings-*.json
findings-*.txt

# Environment / secrets
.env
.env.local
.env.*.local

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