# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Virtual environments
venv/
env/
ENV/

# IDE
.vscode/
.idea/
AGENTS.md
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Logs
*.log

# Temporary files
*.tmp
*.bak
*.cache
scratch/

# Downloaded external tools
tools/aria2/

# User settings – contains API keys and tokens, must NOT be committed
model_resolver_settings.json

node_modules/*
eslint.config.mjs
package-lock.json
package.json