__pycache__/
*.py[cod]
*.so
*.egg-info/
build/
dist/
.eggs/
.tox/
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.hypothesis/

# Local virtualenvs
.venv/
venv/
env/

# IDE
.vscode/
.idea/
*.swp

# OS
.DS_Store
Thumbs.db

# Secrets
.env

# Local data and DBs created by examples/tests
*.db
*.db-journal
*.db-wal
*.db-shm
/data/
/docs/local/
examples/_local/