# Python
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.venv/

# mypy
.mypy_cache/

# ruff
.ruff_cache/

# pytest
.pytest_cache/

# Godot
.godot/
*.import
export_presets.cfg

# gdpm (addons/ 按团队策略决定是否忽略)
# addons/

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

# OS
.DS_Store
Thumbs.db
