D. Danchev
commited on
Commit
·
6a2f50f
1
Parent(s):
d176c11
chore: Add .gitignore to ignore tests/
Browse filesAdd a .gitignore file that excludes the tests/ directory
- Prevent accidental commits of test files and artifacts
- Keep the repository clean by avoiding tracking generated test
outputs
- Improve developer experience by reducing noise in commits and PRs
- .gitignore +1 -0
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
tests/
|