# OS
.DS_Store
Thumbs.db

# Editor
.vscode/
.idea/
*.swp
*~

# Python
__pycache__/
*.pyc
*.pyo
.venv/
venv/
*.egg-info/
build/
dist/
.pytest_cache/
.ruff_cache/
.pyright/
.python-version.local

# Node
node_modules/

# Spanreed runtime state (when we have it)
state/
*.log
