# Python and test output
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
build/
dist/
*.egg-info/

# Virtual environments
.venv/
venv/

# Editors and operating systems
.DS_Store
Thumbs.db
.idea/
.vscode/

# Private source bundles and local state
source-bundle.local/
*.local.toml
*.secret
secrets/
auth.json
*.sqlite
*.sqlite-shm
*.sqlite-wal
logs/
sessions/
cache/
