diff --git a/.gitignore b/.gitignore index 4781827..dcf9d67 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,12 @@ __pycache__/ caches/ +# Compiled python modules. +*.pyc +build/ +# Setuptools distribution folder. +dist/ +# Python egg metadata, regenerated from source files by setuptools. +/*.egg-info + *ignored*.*