Init project

This commit is contained in:
Tobias Hölzer 2025-09-26 10:42:35 +02:00
commit 2fe1284d17
5 changed files with 3632 additions and 0 deletions

13
.gitignore vendored Executable file
View file

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