node_modules/
dist/
.env
.env.local
.firebase/
*.log
.DS_Store
# Unity
[Ll]ibrary/
[Tt]emp/
[Oo]bj/
*.csproj
*.sln
backend/.venv/
*.sqlite
dashboard/node_modules/

# Python bytecode — never belongs in the repo (stale .pyc can shadow the source on a different runtime)
__pycache__/
*.pyc
