Remove data/ and cache files from git tracking, update .gitignore, cause im a noob

This commit is contained in:
serversdwn
2025-12-25 04:03:34 +00:00
parent 8f93c345fe
commit b1267f47b2
7 changed files with 13 additions and 1 deletions

14
.gitignore vendored
View File

@@ -1,2 +1,14 @@
/manuals/ /manuals/
/data/ /data/
# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info/
dist/
build/

Binary file not shown.