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

# Virtual environments
.venv/
venv/

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

# Environment files (never commit real secrets)
.env
.env.*
!.env.example

# Local audit storage (future, opt-in)
*.sqlite
*.sqlite3
*.db

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

node_modules
*/node_modules
dist/
*/dist/

# Dashboard (web/)
web/test-results/
web/test-results-screenshots/
web/playwright-report/
web/node_modules/.tmp/
