Commit f160112
committed
chore(gitignore): add pytest-cov, htmlcov, and vim swap patterns
Round out the gitignore with a few additional dev-artifact patterns
not previously covered:
- coverage.xml + htmlcov/ -- pytest-cov XML/HTML report outputs
- .pytest_cache/ -- pytest's cache; previously self-ignored via its
own .gitignore but more discoverable at the repo root
- *.swp / *.swo -- vim swap files
No project-specific additions; just generic dev-artifact coverage.
Signed-off-by: lelia <2418071+lelia@users.noreply.github.com>1 parent f4d3489 commit f160112
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
5 | 8 | | |
6 | 9 | | |
7 | 10 | | |
| |||
20 | 23 | | |
21 | 24 | | |
22 | 25 | | |
| 26 | + | |
| 27 | + | |
23 | 28 | | |
24 | 29 | | |
25 | 30 | | |
| |||
0 commit comments