__pycache__/
*.py[cod]
*$py.class
*.so
# Root-anchored: the Python build output only. screensaver/dist/ holds
# committed downloadable screensaver binaries.
/dist/
build/
*.egg-info/
*.egg
.eggs/
*.whl
.venv/
.venv-h2h/
smythe/.verify-venv/
smythe/tmp/
venv/
env/
.env
.env.*
*.pem
*.key
credentials*
smythe_artifacts/
smythe/output/
*.log
.mypy_cache/
.pytest_cache/
.ruff_cache/
.tox/
.coverage
htmlcov/
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
Thumbs.db

# Local working notes (TODOs, project instructions, scratch)
00_project_files/
.claude/
