Fix: Move project files to root directory

This commit is contained in:
jeremygan2021
2026-01-13 21:23:50 +08:00
parent f85cded5d9
commit ecf994ab19
16 changed files with 0 additions and 0 deletions

29
.gitignore vendored Normal file
View File

@@ -0,0 +1,29 @@
# Large files
*.tar
*.tar.gz
*.zip
*.rar
*.7z
*.iso
*.bin
*.exe
*.dll
*.so
*.dylib
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
.env
# OS
.DS_Store
Thumbs.db
# Project specific
uploads/