.gitignore

This commit is contained in:
Geir Okkenhaug Jerstad 2025-07-02 09:56:45 +02:00
parent bffdcf4bdf
commit c81932c67b
2 changed files with 48 additions and 0 deletions

48
.gitignore vendored Normal file
View file

@ -0,0 +1,48 @@
# 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