feat: Add *Test* to .gitignore to ignore test-related files and folders.
This commit is contained in:
parent
a5bfd778a3
commit
23f88858a5
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,6 +14,7 @@ build/
|
||||
dist/
|
||||
*.egg-info/
|
||||
.eggs/
|
||||
*Test*
|
||||
|
||||
# Test / tooling caches
|
||||
.pytest_cache/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user