diff --git a/.gitignore b/.gitignore new file mode 100755 index 0000000..962d9b6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +.* + +# Compiled python modules. +*.pyc + +# Setuptools distribution folder. +dist/ + +# Python egg metadata, regenerated from source files by setuptools. +*.egg-info +*.egg + +# Sphinx doc build files +build* +docs/build* + +# ipython notebook files +*/.ipynb_checkpoints/* +*.ipynb + +# python cache +*/__pycache__/* +