2023-03-31 17:24:42 +08:00
|
|
|
# Editor directories and files
|
2023-09-15 11:04:01 +08:00
|
|
|
__pycache__/
|
2023-03-31 17:24:42 +08:00
|
|
|
.vscode/*
|
|
|
|
!.vscode/extensions.json
|
|
|
|
.idea
|
|
|
|
.DS_Store
|
|
|
|
.vscode
|
|
|
|
*.suo
|
|
|
|
*.ntvs*
|
|
|
|
*.njsproj
|
|
|
|
*.sln
|
|
|
|
*.sw?
|
2023-09-15 11:04:01 +08:00
|
|
|
*.so
|
|
|
|
files/*
|
|
|
|
.history/
|
|
|
|
!files/.gitkeep
|
|
|
|
|
|
|
|
# Backend
|
|
|
|
*.npy
|
|
|
|
*.npz
|
|
|
|
*.pyc
|
|
|
|
*.pyd
|
|
|
|
*.ipynb
|
|
|
|
.ipynb_checkpoints
|
|
|
|
|
|
|
|
# Frontend
|
|
|
|
logs
|
|
|
|
*.log
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
|
|
|
pnpm-debug.log*
|
|
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
|
|
dist
|
|
|
|
dist-ssr
|
2023-10-13 11:20:03 +08:00
|
|
|
*.local
|
|
|
|
|
|
|
|
# Docs
|
|
|
|
cache
|