diff --git a/.gitignore b/.gitignore index 3234737..e139b6d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,9 @@ +# Test files +sha1sum-from-bash.txt +test.tar.sha1 +test.tar +test/ + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] @@ -6,12 +12,6 @@ __pycache__/ # C extensions *.so -# Test files -sha1sum-from-bash.txt -test.tar.sha1 -test.tar -test/ - # Distribution / packaging .Python build/