# Godot 4+ engine artefacts
.godot/
.import/
/android/
/ios/

# Build outputs
/build/
/dist/
*.translation

# IDE / OS
.DS_Store
*.swp
Thumbs.db

# Python (future phases)
__pycache__/
*.py[cod]
.venv/
.env
*.egg-info/

# CRITICAL: uid files are SOURCE, not artefacts. Never add a uid exclusion here.

# Godot import cache from framework/tests/test_project/ (Plan 02-02 onwards)
tests/test_project/.godot/
