chore(gitignore): ignore tests/, pytest artifacts and local pytest.ini
1 files changed, 8 insertions(+), 0 deletions(-) M .gitignore
M .gitignore => .gitignore +8 -0
@@ 24,3 24,11 @@ mkdocs.yml # Temporary files .DS_Store __MACOSX/ + +# Local tests (excluded from VCS as requested) +tests/ + +# Pytest artifacts +.pytest_cache/ +.coverage +pytest.ini