3 Commits

Author SHA1 Message Date
48abbb2364 update gitignore 2025-09-16 23:49:03 -07:00
f2a3f1cc8e update gitignore 2025-09-11 22:19:04 -07:00
f98793736f rename build to compile cus it breaks shit otherwise. 2025-09-11 22:14:46 -07:00
2 changed files with 4 additions and 2 deletions

4
.gitignore vendored
View File

@@ -1,5 +1,7 @@
build/
build
dist
__pycache__
*.lock
*.spec
config/*.conf
config/*.txt

View File