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

# Test / coverage
.pytest_cache/
.hypothesis/
.coverage
.coverage.*
htmlcov/
coverage.xml

# Tooling
.ruff_cache/
.mypy_cache/

# Generated artifacts
*.sqlite
*.sqlite-journal
report.html
report.json
demo.sqlite

# OS / editor
.DS_Store
.idea/
.vscode/

# Research source material (not published)
*.docx

# MkDocs build output
site/
