chore: add .gitignore, exclude __pycache__

This commit is contained in:
2026-06-13 14:51:12 +02:00
parent 94b62a67d5
commit e0a0f5cd7f
6 changed files with 9 additions and 0 deletions

9
.gitignore vendored Normal file
View File

@@ -0,0 +1,9 @@
__pycache__/
*.pyc
*.pyo
*.pyd
.venv/
venv/
*.egg-info/
dist/
build/

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.