diff --git a/.gitignore b/.gitignore index 102b97d..7922600 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ - # Created by https://www.gitignore.io/api/python,vagrant,virtualenv,jupyternotebooks # Edit at https://www.gitignore.io/?templates=python,vagrant,virtualenv,jupyternotebooks @@ -149,3 +148,10 @@ pip-selfcheck.json __pycache__ *.pyc .vagrant + +### Project-specific ignores ### +# Ignore generated output files +outputs/*.csv +outputs/*.xlsx +outputs/*.json +outputs/*.html