Update .gitignore to include backup files and correct directory entry

This commit is contained in:
HendrikRauh 2026-02-08 17:36:36 +01:00
parent b33f5a432b
commit 22f9282191

4
.gitignore vendored
View file

@ -1,4 +1,5 @@
# Miscellaneous
*.bak
*.class
*.log
*.pyc
@ -6,10 +7,9 @@
.DS_Store
.atom/
.buildlog/
.direnv
.direnv/
.history
.svn/
flake.nix.bak
coverage/*