Initial commit

This commit is contained in:
2025-05-31 14:50:40 +00:00
commit f61df12e5d
14 changed files with 1128 additions and 0 deletions

29
.gitignore vendored Normal file
View File

@ -0,0 +1,29 @@
# Python virtual environment
venv/
env/
ENV/
.env/
.venv/
# Flask instance folder
instance/
# Python cache files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
dist/
build/
*.egg-info/
# Local development settings
.env
.flaskenv
# IDE specific files
.idea/
.vscode/
*.swp
*.swo