mirror of
https://github.com/Noettore/AdventOfCode.git
synced 2025-10-15 11:46:39 +02: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