feat: Initial — Flask-Grundgerüst mit Startseite, Impressum, Datenschutz
- app.py: _base_template() mit BSN-Blau Design (seriös+agil, keine Icons) - ALICIA.md: Vollständiger Bauplan (19 Routen, CRM-Formular, Coding-Standards) - .gitignore: .env, *.db, __pycache__
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# IT-Hilfe-Sofort.de
|
||||
.env
|
||||
*.db
|
||||
__pycache__/
|
||||
*.pyc
|
||||
.venv/
|
||||
*.bak
|
||||
*.swp
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user