Version 1.1

This commit is contained in:
2026-01-28 15:31:49 +01:00
parent b5b11b5826
commit 105bcc8d7a
10 changed files with 553 additions and 4 deletions

33
.gitignore vendored Normal file
View File

@@ -0,0 +1,33 @@
### Python
__pycache__/
*.py[cod]
*$py.class
*.pyo
*.pyd
.Python
*.egg-info/
.eggs/
dist/
build/
### Virtual environments
.venv/
venv/
ENV/
### IDEs
.vscode/
.idea/
### OS
Thumbs.db
Desktop.ini
.DS_Store
### Secrets / local env
.env
### App data (dont commit runtime db/uploads)
instance/*.db
static/uploads/*
!static/uploads/readme.txt