Skip to content

Commit 3b36338

Browse files
committed
Fix .gitignore: add .pytest_cache, htmlcov; update spec path
1 parent f34d826 commit 3b36338

File tree

3 files changed

+5
-62
lines changed

3 files changed

+5
-62
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,14 @@ test_data_*
5454
# PyInstaller specific
5555
*.manifest
5656
*.spec
57-
!fileshift.spec
57+
!packaging/fileshift.spec
5858
# Claude Code
5959
.claude/settings.local.json
6060

61+
# Testing
62+
.pytest_cache/
63+
htmlcov/
64+
6165
# Coverage
6266
.coverage
6367
coverage.xml

.pytest_cache/v/cache/lastfailed

Lines changed: 0 additions & 4 deletions
This file was deleted.

.pytest_cache/v/cache/nodeids

Lines changed: 0 additions & 57 deletions
This file was deleted.

0 commit comments

Comments
 (0)