Exclude hardware config from version control

This commit is contained in:
ediblerope 2025-05-09 08:33:13 +01:00
parent 67c30c86e6
commit 3f672bb967
2 changed files with 6 additions and 38 deletions

6
.gitignore vendored Normal file
View file

@ -0,0 +1,6 @@
# Exclude hardware-specific files
hardware-configuration.nix
/system
/__pycache__
*.qcow2
*.img