# Scratch folders (synced via Syncthing, not git)
scratch/

# OS files
.DS_Store
Thumbs.db
desktop.ini

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

# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
.eggs/
*.egg
.mypy_cache/
.pytest_cache/
.venv/
venv/
.env

# Node
node_modules/
dist/

# Build artifacts
build/
*.so
*.o
*.a

# Logs
*.log