added gitignor and python-version

This commit is contained in:
R Dittberner 2026-06-15 19:58:52 +02:00
parent 9bbc2bd458
commit ee923f75cd
2 changed files with 11 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

1
.python-version Normal file
View file

@ -0,0 +1 @@
3.13