Initial commit: kantine2ical CLI, Flask-Server, Docker

This commit is contained in:
2026-01-29 13:19:16 +01:00
commit bb43f7c63a
8 changed files with 508 additions and 0 deletions

45
.gitignore vendored Normal file
View File

@@ -0,0 +1,45 @@
# Python
.venv/
venv/
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Generierte Ausgabe
*.ics
# IDE / Editor
.idea/
.vscode/
*.swp
*.swo
*~
# Umgebung
.env
.env.local
*.local
# OS
.DS_Store
Thumbs.db
# Logs
*.log