Add nixOS specific files to .gitignore to prevent push to repo

This commit is contained in:
2026-04-10 13:38:30 -07:00
parent 134ce03182
commit f496197efb

8
.gitignore vendored
View File

@@ -1,3 +1,11 @@
# NixOS Flake Files
# Excludes nix flakes and files used to recreate anaconda enviroment in NixOS.
.nix
.flake
.lock
generate-packages.py
anaconda-pip-fallback.txt
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[codz]