feat(init): initial commit for Flask-based temporary file transfer service (web UI, API, SQLite)

This commit is contained in:
OpenCode Bot
2026-04-29 22:42:38 +08:00
commit f9f58ca64e
9 changed files with 434 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@@ -0,0 +1,11 @@
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
*.db
uploads/
.flaskenv
.env