Initial commit: NRW Dienstplan Generator (Variante 2)

This commit is contained in:
Kenearos 2025-11-14 14:43:34 +01:00
commit 99480bb7ff
10 changed files with 960 additions and 0 deletions

23
.gitignore vendored Normal file
View file

@ -0,0 +1,23 @@
# Python
.venv/
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
# Excel
output/*.xlsx
templates/*.xlsx
~$*.xlsx
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db