better gitignore

This commit is contained in:
2026-08-24 01:07:03 +02:00
parent c13aa2ed89
commit 1024766723

17
.gitignore vendored
View File

@@ -1,3 +1,16 @@
__pycache__ # Generated by provision.py
provision.src provision.src
passwords.txt
# Python
__pycache__/
*.py[cod]
.venv/
venv/
# Local savegame notes
passwords.*
# Editor / OS
.DS_Store
*~
*.swp