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

# Tests
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Docs — generated output, never commit
docs/_build/

# Example app
example/db.sqlite3

# Editor
.vscode/
.idea/
*.swp