Files
tuhui.cloud/.gitignore
2026-03-08 19:28:53 +08:00

33 lines
470 B
Plaintext

# frontend
frontend/node_modules/
frontend/dist/
frontend/playwright-report/
frontend/cypress/screenshots/
frontend/cypress/videos/
frontend/.vite/
frontend/.cache/
# backend
backend/.env
backend/**/*.pyc
backend/**/__pycache__/
backend/*.db
backend/uploads/
backend/.pytest_cache/
backend/.mypy_cache/
backend/.ruff_cache/
# runtime data
uploads/
*.log
*.pid
# local/editor
.vscode/
.idea/
.DS_Store
Thumbs.db
# legacy/backup project not in active deployment
nitu/