Skip to content

Commit 8e680b4

Browse files
committed
chore: remove cached files and update gitignore
Remove .pytest_cache/ from version control and update .gitignore to prevent future cache files from being tracked
1 parent f693762 commit 8e680b4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Python-generated files
22
__pycache__/
3+
.pytest_cache/
34
*.py[oc]
45
build/
56
dist/

0 commit comments

Comments
 (0)