__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.coverage
dist/
build/
*.egg-info/
.promptdrift/*.db
.promptdrift/*.sqlite
promptdrift-report.html
*.db
.venv/
.env

# Transient test artifacts
test_*.db
test_*.json
test_*.sqlite
