add .coverage to .gitignore
[utils.git] / .gitignore
index ae15ee2d03a6a119be463b31bb6c0ff44edf5bed..92618b2a32c2876f4ecd7077309b7a823ea4f54c 100644 (file)
@@ -1,4 +1,6 @@
 __pycache__
 *.egg-info
 /.vscode
-*.pyc
\ No newline at end of file
+*.pyc
+/output
+.coverage
\ No newline at end of file