Add .gitignore and stop tracking pycache

This commit is contained in:
2026-01-05 22:12:48 +01:00
parent 1cdc35850a
commit 67840ad899
6 changed files with 6 additions and 0 deletions

6
.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
venv/
__pycache__/
*.pyc
dist/
build/
*.spec