diff --git a/.gitignore b/.gitignore index eea5f57..0d57334 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,23 @@ +# Byte-compiled files __pycache__/ -tst_ignore/ + +# Distribution / packaging +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +*.egg-info/ +.installed.cfg +*.egg +MANIFEST + .DS_Store