Skip to content

Commit 98f3560

Browse files
committed
chore: add UNNECESSARY_FILES.md to .gitignore
- Remove UNNECESSARY_FILES.md from git tracking - Add to .gitignore as internal analysis file - File will remain locally but not be tracked in repository
1 parent c8c18ba commit 98f3560

2 files changed

Lines changed: 3 additions & 424 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,3 +173,6 @@ test_*.py
173173
!**/test_*.py
174174
!**/*_test.py
175175
!tests/test_basic.py
176+
177+
# Documentation - Internal analysis files
178+
UNNECESSARY_FILES.md

0 commit comments

Comments
 (0)