This commit is contained in:
Eden Kirin
2025-10-09 14:00:22 +02:00
commit 724f116ed2
10 changed files with 1072 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@ -0,0 +1,11 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
*.log
# Virtual environments
.venv