initial commit

This commit is contained in:
Felix Rudat
2026-01-27 09:13:54 +01:00
commit 19d462a4aa
13 changed files with 1298 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
# Python artifacts
__pycache__/
*.py[cod]
*.so
*.egg-info/
.eggs/
build/
dist/
# Virtual environments
.venv/
venv/
ENV/
env/
# Environment files
.env
# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
# Editors and OS files
.vscode/
.idea/
.DS_Store
# PyInstaller
*.spec