This commit is contained in:
Chris Oloff 2026-05-12 10:07:36 +02:00
commit a058e506e9
5 changed files with 29 additions and 0 deletions

10
.gitignore vendored Normal file
View file

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