# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
/dist/
build/
*.whl

# Virtual environments
.venv/
venv/
env/
.env.local

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Testing
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/

# Ruff
.ruff_cache/

# Audit logs (generated at runtime, not committed)
*.jsonl
examples/demo_audit.jsonl

# Node (dashboard frontend)
node_modules/

# Environment / secrets
.env
.env.*
*.pem
*.key
