Add .gitignore, remove .venv from tracking

This commit is contained in:
2026-03-14 08:20:44 +01:00
parent f07aa101c4
commit 422ddf014c

7
.gitignore vendored Normal file
View File

@@ -0,0 +1,7 @@
.venv/
__pycache__/
*.pyc
*.pyo
.idea/
Thumbs.db
*.pfx