# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
.pytest_cache/

# Godot
.godot/
*.import
*.translation
export.cfg
export_presets.cfg

# OS / editor
.DS_Store
Thumbs.db
.idea/
.vscode/

# CLI control runtime
.cli_control/
