diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a4d2467 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# Ignore some files +# Compiled python modules. +*.pyc + +# Setuptools distribution folder. +/dist/ + +# Python egg metadata, regenerated from source files by setuptools. +/*.egg-info + +# Don't distribute test results, since they get regenerated +/test-results* + +# We may create tarballs, don't include those +/*.tar.gz