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

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

*.db
*.sqlite
*.sqlite3
.evalstand/

.env
.env.*
!.env.example

.DS_Store
.idea/
.vscode/
.claude/

# Build artifacts
dist/
site/
