# Godot caches
.godot/
.import/
*.translation

addons/godot-locator/*.gd.uid

# Editor / OS
.DS_Store
*.swps

# IDE
.vscode
.idea

# Python
.venv/
.pytest_cache/
__pycache__/
*.pyc

# MkDocs build output
docs/site/

temp