20 lines
160 B
Text
20 lines
160 B
Text
.idea
|
|
|
|
# Python
|
|
venv
|
|
dist
|
|
.tox
|
|
__pycache__
|
|
*.egg-info
|
|
.pytest_cache
|
|
|
|
# JS
|
|
node_modules
|
|
|
|
# Jupyter
|
|
.ipynb_checkpoints
|
|
|
|
# Application data
|
|
/.env
|
|
/_run*
|
|
*.sqlite3
|