~cytrogen/evi-run

65b2381312073fe4c40221536975cb4d3707a3b2 — Bendy 5 months ago 8307425
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