Initial Commit

This commit is contained in:
2025-11-20 23:35:55 +00:00
commit 715a8019ec
12 changed files with 599 additions and 0 deletions

26
.gitignore vendored Normal file
View File

@@ -0,0 +1,26 @@
# Python
*.pyc
__pycache__/
.pytest_cache/
.coverage
htmlcov/
# Virtual Environment
.venv/
venv/
env/
# Flask-specific
instance/
*.sqlite
*.db
# IDE and OS files
.idea/
.vscode/
.DS_Store
Thumbs.db
# Logs and temporary files
*.log
tmp/