Update .gitignore (#480)
Compare changes
+ 99
− 11
@@ -9,7 +8,6 @@ __pycache__/
@@ -21,9 +19,12 @@ lib64/
@@ -38,13 +39,17 @@ pip-delete-this-directory.txt
@@ -52,21 +57,104 @@ coverage.xml
Based on https://github.com/github/gitignore/blob/main/Python.gitignore
Adds /sites
for MkDocs
Maintain poetry.lock ignored
Close #480 (closed).