D. Danchev commited on
Commit
6a2f50f
·
1 Parent(s): d176c11

chore: Add .gitignore to ignore tests/

Browse files

Add 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

Files changed (1) hide show
  1. .gitignore +1 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ tests/