55 lines
434 B
Plaintext
55 lines
434 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Build output
|
|
dist/
|
|
|
|
# Python virtual environment
|
|
bin/
|
|
include/
|
|
lib/
|
|
lib64
|
|
share/
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
pyvenv.cfg
|
|
|
|
# Uploads
|
|
uploads/
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# IDE/Editor
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
|
|
# OS files
|
|
Thumbs.db
|
|
|
|
# Package manager
|
|
.npm
|
|
.yarn
|
|
*.tgz
|
|
|
|
# Testing
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# Misc
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|