31 lines
272 B
Plaintext
31 lines
272 B
Plaintext
### python gitignore
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
### Vue gitignore
|
|
dist
|
|
node_modules
|
|
|
|
### common gitignore
|
|
.DS_Store
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
*.log
|
|
log
|
|
logs
|
|
*.log.*
|
|
*.db
|
|
*.lock
|
|
tmp
|
|
cache
|
|
|
|
### IDE
|
|
.vscode
|
|
*.nogit.*
|
|
|
|
*.pdf
|
|
src/data |