2020-01-25 11:40:20 +00:00
|
|
|
venv
|
|
|
|
__pycache__
|
|
|
|
*.csv
|
|
|
|
.idea
|
|
|
|
.fm
|
2020-01-25 12:47:20 +00:00
|
|
|
scratch.py
|
2021-02-01 01:37:22 +00:00
|
|
|
service.json
|
|
|
|
cache.json
|
2021-02-20 00:16:03 +00:00
|
|
|
.env
|
2021-05-06 16:19:44 +01:00
|
|
|
.venv
|
|
|
|
tensorboard-logs
|
2021-02-20 00:16:03 +00:00
|
|
|
|
|
|
|
# Created by https://www.toptal.com/developers/gitignore/api/jupyternotebooks
|
|
|
|
# Edit at https://www.toptal.com/developers/gitignore?templates=jupyternotebooks
|
|
|
|
|
|
|
|
### JupyterNotebooks ###
|
|
|
|
# gitignore template for Jupyter Notebooks
|
|
|
|
# website: http://jupyter.org/
|
|
|
|
|
|
|
|
.ipynb_checkpoints
|
|
|
|
*/.ipynb_checkpoints/*
|
|
|
|
|
|
|
|
# IPython
|
|
|
|
profile_default/
|
|
|
|
ipython_config.py
|
|
|
|
|
|
|
|
# Remove previous ipynb_checkpoints
|
|
|
|
# git rm -r .ipynb_checkpoints/
|
|
|
|
|
|
|
|
# End of https://www.toptal.com/developers/gitignore/api/jupyternotebooks
|