add .gitignore to exclude temporary files and Python bytecode

This commit is contained in:
Jev
2026-04-07 23:54:23 +02:00
parent f5811ac2e4
commit f488af4959
+5
View File
@@ -0,0 +1,5 @@
temp/
*.pyc
*.pyo
*.pyd