first commit

This commit is contained in:
inubimambo
2025-06-05 10:12:52 +08:00
parent f5a7111f8e
commit 8060dbb140
8 changed files with 2212 additions and 0 deletions

27
.gitignore vendored
View File

@@ -0,0 +1,27 @@
# Node
node_modules/
uploads/
# System
.DS_Store
.env
*.log
dist/
build/
__pycache__/
*.pyc
*.pyo
*.pyd
.cache/
coverage/
*.sqlite3
*.db
*.tgz
*.zip
*.bak
*.tmp
*.swp
*.swo
*.idea/
*.iml
*.code-workspace