Initial project import: Flask app, templates, init script, README

This commit is contained in:
Albert
2025-11-08 23:25:18 +01:00
commit 4b4a3fb56f
7 changed files with 240 additions and 0 deletions

16
.gitignore vendored Normal file
View File

@@ -0,0 +1,16 @@
# Virtual environment
.venv/
# SQLite DB
anmeldung.db
# Python caches
__pycache__/
*.pyc
# Editor settings
.vscode/
.idea/
# OS files
.DS_Store