init python project

This commit is contained in:
Daniel Fichtinger 2025-06-15 19:07:51 -04:00
commit ebcc771a73
5 changed files with 39 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