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

# Virtual environments
.venv/
venv/
env/

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

# Testing
.pytest_cache/
htmlcov/
.coverage
coverage.xml

# Type checking
.mypy_cache/

# Runtime artifacts
*.db
*.db-shm
*.db-wal
audit_baseline.json
demo_baseline.json

# Snapshots
audit-snapshots/

# OS
.DS_Store
Thumbs.db
