35 lines
246 B
Plaintext
35 lines
246 B
Plaintext
venv/
|
|
node_modules/
|
|
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
.cache/
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
*.log
|
|
*.tmp
|
|
*.bak
|
|
*.pid
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
static/
|
|
media/
|
|
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
*.egg
|
|
|
|
*.tmp
|
|
*.bak
|
|
|
|
.DS_Store
|
|
Thumbs.db
|