This repository has been archived on 2026-06-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Dienstplan/.gitignore

23 lines
170 B
Text

# Python
.venv/
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
# Excel
output/*.xlsx
templates/*.xlsx
~$*.xlsx
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db