42 lines
424 B
Plaintext
42 lines
424 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Testing
|
|
coverage/
|
|
|
|
# Production
|
|
build/
|
|
dist/
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Debug logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Editor directories and files
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
.DS_Store
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Flask
|
|
instance/
|
|
.webassets-cache
|
|
|
|
# Virtual Environment
|
|
venv/
|
|
env/
|
|
ENV/ |