Add exports/ in .gitignore

This commit is contained in:
Yorick Barbanneau 2022-04-26 23:20:02 +02:00
parent 42809eecd1
commit 75554257aa

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
.venv/ .venv/
.ipynb_checkpoints/ .ipynb_checkpoints/
__pycache__ __pycache__
exports/