Skip to content

fix: remove accidental tests/ ignore from .gitignore#616

Open
themavik wants to merge 1 commit intoHKUDS:mainfrom
themavik:fix/395-gitignore-tests
Open

fix: remove accidental tests/ ignore from .gitignore#616
themavik wants to merge 1 commit intoHKUDS:mainfrom
themavik:fix/395-gitignore-tests

Conversation

@themavik
Copy link
Contributor

@themavik themavik commented Feb 13, 2026

Summary

Closes #395

.gitignore line 20 ignores the entire tests/ directory. This was accidentally introduced in commit 34dc933 and prevents new test files from being tracked by git.

Changes

Removed tests/ from .gitignore.

Test plan

  • git check-ignore -v tests/test_new.py no longer reports a match
  • Existing tracked test files are unaffected

@Athemis
Copy link

Athemis commented Feb 14, 2026

There's already a PR for this: #396

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: remove accidental tests/ ignore from .gitignore

2 participants