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

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

# Warden artifacts
*.db
warden_audit.db
demo_audit.db
*.junit.xml
eval-report.md

# Secrets / local env
.env
.env.*
*.pem
*.key

# OS / editor / sync cruft
.DS_Store
desktop.ini
Thumbs.db
.idea/
.vscode/
