first commit

This commit is contained in:
Stefan Hacker 2026-04-21 12:49:04 +02:00
commit 5fe65d6b44
1 changed files with 11 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@ -0,0 +1,11 @@
__pycache__/
*.pyc
*.egg-info/
.venv/
venv/
.pytest_cache/
.mypy_cache/
build/
dist/
data/
.DS_Store