Added to gitignore to hide a virtual environment.

This commit is contained in:
Kyle Anthony Williams
2020-12-04 11:04:25 -05:00
parent 395351ad7e
commit 24c2cf8ccf

4
.gitignore vendored
View File

@@ -18,3 +18,7 @@ index.json
# Generated PDF pages
scripts/pdf/*.html
scripts/pdf/tldr-pages.pdf
# Python venv for testing the PDF script
# Envoke it with: python3 -m scripts/pdf/venv/
scripts/pdf/venv/