31 lines
501 B
Plaintext
31 lines
501 B
Plaintext
# Local toolchains and caches
|
|
.emcache/
|
|
.emscripten-web
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.log
|
|
mylog.txt
|
|
|
|
# Build and generated output
|
|
/build_*/
|
|
/release/
|
|
/web/node_modules/
|
|
/web/dist/
|
|
/web/test-results/
|
|
/web/playwright-report/
|
|
/web/blob-report/
|
|
/web/.vite/
|
|
|
|
# Downloaded source archives and duplicate upstream checkout
|
|
/blender/
|
|
/blender-*.tar.xz
|
|
/blender-*.tar.xz.*sum
|
|
/blender-with-libraries-*.tar.xz
|
|
/blender-with-libraries-*.tar.xz.*sum
|
|
|
|
# Editor and operating-system files
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|