add .pytest.ini to .gitignore

This commit is contained in:
mastercaster9000 2023-03-07 09:08:27 +00:00
parent 00f30ea457
commit 63725d7534
No known key found for this signature in database

1
.gitignore vendored
View File

@ -74,6 +74,7 @@ cov.xml
*.py,cover *.py,cover
.hypothesis/ .hypothesis/
.pytest_cache/ .pytest_cache/
.pytest.ini
cover/ cover/
junit/ junit/