Initial commit
This commit is contained in:
+41
@@ -0,0 +1,41 @@
|
||||
# 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/
|
||||
Reference in New Issue
Block a user