# Git / IDE .git .gitignore **/.cursor **/.vs .idea # Unity (not needed to build Needle web bundle) Library/ Temp/ Logs/ UserSettings/ MemoryCaptures/ Recordings/ obj/ # Host-side Node (fresh install in the builder stage) **/node_modules/ # Rebuilt inside the Docker builder; omit from context for smaller/faster uploads Needle/*/dist/ # OS .DS_Store Thumbs.db