__pycache__/
*.py[cod]
*.egg-info/
*.egg
.venv/
.env
.envrc
build/
dist/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/
*.sqlite
*.db
.DS_Store
.idea/
.vscode/

# mkdocs build output
site/
