上傳檔案到「/」

This commit is contained in:
2025-08-07 15:39:42 +08:00
commit 4982dd1bc0
5 changed files with 166 additions and 0 deletions

48
.gitignore vendored Normal file
View File

@@ -0,0 +1,48 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Virtual Environment
venv/
env/
ENV/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Application specific
uploads/*
!uploads/.gitkeep
# Logs
*.log
# Database
*.db
*.sqlite3