mirror of
https://github.com/Noettore/AdventOfCode.git
synced 2026-01-14 03:22:49 +01:00
AoC 2020: update gitignore for pytest
Signed-off-by: Ettore Dreucci <ettore.dreucci@gmail.com>
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -12,7 +12,11 @@
|
|||||||
*.out
|
*.out
|
||||||
|
|
||||||
# Python cache directory
|
# Python cache directory
|
||||||
|
*.pyc
|
||||||
__pycache__
|
__pycache__
|
||||||
|
|
||||||
|
# Pytest
|
||||||
|
pytest.ini
|
||||||
.pytest_cache
|
.pytest_cache
|
||||||
|
|
||||||
#VSCode
|
#VSCode
|
||||||
|
|||||||
Reference in New Issue
Block a user