42 lines
399 B
Plaintext
42 lines
399 B
Plaintext
# Node.js
|
|
node_modules/
|
|
dist/
|
|
.eslintcache
|
|
|
|
# Python
|
|
venv/
|
|
.venv/
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
env/
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
.toast
|
|
.lucid
|
|
.cache/
|
|
data_history/
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Project specific
|
|
backend/data_history/
|
|
backend/.cache/
|