77 lines
864 B
Plaintext
77 lines
864 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# Build outputs
|
|
dist/
|
|
dist-ssr/
|
|
*.local
|
|
build/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
venv/
|
|
env/
|
|
ENV/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
# Testing
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# Turbo
|
|
.turbo/
|
|
|
|
# Model files (now managed by Git LFS)
|
|
# *.pt files are tracked by Git LFS
|
|
*.onnx
|
|
*.pth
|
|
*.weights
|
|
|
|
# Static uploads
|
|
apps/server/static/uploads/
|
|
apps/server/static/results/
|
|
apps/server/static/temp/
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# PaddlePaddle external directories (external, not used anymore)
|
|
# PaddlePaddle/
|
|
# PaddleDetection/
|
|
|
|
# Third-party models and test directories (external)
|
|
backend/
|
|
frontend/
|
|
behavior_detection/
|
|
fire_detection/
|
|
safety/
|
|
yolov/
|
|
__pycache__/
|