AoC 2020: update gitignore for pytest

Signed-off-by: Ettore Dreucci <ettore.dreucci@gmail.com>
This commit is contained in:
2020-12-06 12:16:22 +01:00
parent 8310c50585
commit cc5e210930

4
.gitignore vendored
View File

@@ -12,7 +12,11 @@
*.out *.out
# Python cache directory # Python cache directory
*.pyc
__pycache__ __pycache__
# Pytest
pytest.ini
.pytest_cache .pytest_cache
#VSCode #VSCode