Added a gitignore

This commit is contained in:
Alexandre 2026-02-08 16:50:37 +01:00
parent 85a8864e92
commit 6b70fefa50
2 changed files with 28 additions and 0 deletions

BIN
.DS_Store vendored

Binary file not shown.

28
.gitignore vendored Normal file
View File

@ -0,0 +1,28 @@
# macOS system files
# This ignores .DS_Store in the root and all subdirectories
.DS_Store
# direnv cache directories
# This ignores .direnv folders in the root and all subdirectories
.direnv/
# Optional: Other common files you might want to ignore
# Editor and IDE files
# .vscode/
# .idea/
# *.swp
# *.swo
# *~
# Build artifacts
# build/
# dist/
# *.o
# *.so
# *.dylib
# Nix build results (if you want to ignore result symlinks)
# result
# result-*