--- a +++ b/.gitignore @@ -0,0 +1,19 @@ +# Compiled python modules. +*.pyc + +# Setuptools distribution folder. +/dist/ + +# Python egg metadata, regenerated from source files by setuptools. +/*.egg-info +/*.egg + +#other +**/.DS_Store +**/.vscode + +**/_build +**/_static +**/_templates + +**/.ipynb_checkpoints