diff --git a/.gitignore b/.gitignore index 72364f9..cfbfd4a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# Byte-compiled / optimized / DLL files +# Byte-compiled / Optimized / DLL files __pycache__/ *.py[cod] *$py.class @@ -6,7 +6,7 @@ __pycache__/ # C extensions *.so -# Distribution / packaging +# Distribution / Packaging .Python env/ build/ @@ -34,7 +34,7 @@ var/ pip-log.txt pip-delete-this-directory.txt -# Unit test / coverage reports +# Unit Test / Coverage Reports htmlcov/ .tox/ .coverage