Initial project import: Flask app, templates, init script, README
This commit is contained in:
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
# Virtual environment
|
||||
.venv/
|
||||
|
||||
# SQLite DB
|
||||
anmeldung.db
|
||||
|
||||
# Python caches
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# Editor settings
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user