# Unity
Library/
Temp/
Logs/
obj/
Builds/
UserSettings/
MemoryCaptures/
*.csproj
*.sln
*.suo
*.user
*.pidb
*.booproj

# Note: Always commit .meta files. Unity uses them for asset GUIDs and import settings.

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

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

# OS
.DS_Store
Thumbs.db
desktop.ini

# Build prompt (not needed in published plugin)
*-Cursor-Prompt.md

# Research (reference only, not needed in published plugin)
RESEARCH.md
