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

.venv/
venv/
env/

.mypy_cache/
.pytest_cache/
.ruff_cache/
htmlcov/
.coverage
coverage.xml

*.db
verdict_audit.db
verdict_audit/

.env
.env.local

*.log

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

node_modules/
dashboard/dist/

site/

.DS_Store
Thumbs.db
