48 lines
394 B
Text
48 lines
394 B
Text
# Node.js
|
|
node_modules/
|
|
npm-debug.log
|
|
yarn-debug.log
|
|
yarn-error.log
|
|
|
|
# Nix
|
|
result/
|
|
*.drv
|
|
*.out
|
|
*.gcno
|
|
.nix-gc*
|
|
.nix-channels
|
|
.nix-defexpr
|
|
.nix-profile
|
|
.nix-store
|
|
|
|
# VS Code
|
|
.vscode/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Python (if any)
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
|
|
# Misc
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Build
|
|
/dist/
|
|
/build/
|
|
|
|
# Environment
|
|
.env
|
|
.env.*
|
|
|
|
# Jupyter
|
|
.ipynb_checkpoints/
|
|
|
|
# Local flake lock
|
|
flake.lock
|