initial commit

This commit is contained in:
tom.hempel
2026-02-22 17:59:23 +01:00
commit a68c2078ce
63 changed files with 3385 additions and 0 deletions

23
.gitignore vendored Normal file
View File

@ -0,0 +1,23 @@
# Python
__pycache__/
*.py[cod]
*.pyo
# Virtual environment
venv/
.venv/
env/
# Cursor / editor
.claude/
.cursor/
*.code-workspace
# OS
.DS_Store
Thumbs.db
nul
# Jupyter
.ipynb_checkpoints/