fix:移动文件位置

This commit is contained in:
nnbcccscdscdsc
2026-03-31 20:54:37 +08:00
parent 771829d99d
commit dcb50219dd
5 changed files with 82 additions and 135 deletions

67
.gitignore vendored Normal file
View File

@@ -0,0 +1,67 @@
# OS / editor
.DS_Store
Thumbs.db
.idea/
.vscode/
# Python / Django
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
# Python virtual environments
.venv/
venv/
env/
ENV/
# Django local data
backend/*.sqlite3
backend/*.sqlite3-*
backend/db.sqlite3
backend/media/
backend/staticfiles/
# Environment files
.env
.env.*
!.env.example
backend/.env
backend/.env.*
frontend/.env
frontend/.env.*
!frontend/.env.example
# Logs
*.log
logs/
# Frontend / Node / Vite
frontend/node_modules/
frontend/dist/
frontend/.vite/
frontend/.cache/
frontend/coverage/
frontend/npm-debug.log*
frontend/yarn-debug.log*
frontend/yarn-error.log*
frontend/pnpm-debug.log*
# Local build / temporary files
tmp/
temp/
*.tmp
# Optional local config overrides
config/*.local.yaml
config/*.local.yml