diff --git a/.gitingore b/.gitingore new file mode 100644 index 0000000000000000000000000000000000000000..87d9648460e4c795b43187efeac66f25a16b8206 --- /dev/null +++ b/.gitingore @@ -0,0 +1,12 @@ +# Compiled python modules. +*.pyc +__pycache__/ +moondb/__pycache__/ +tests/__pycache__/ +.ipynb_checkpoints/ + +# Setuptools distribution folder. +/dist/ + +# Python egg metadata, regenerated from source files by setuptools. +/*.egg-info