Spaces:
Running
Running
milwright
commited on
Commit
·
394d864
1
Parent(s):
0c10613
add test_complete_system.py to gitignore
Browse files- .gitignore +4 -1
.gitignore
CHANGED
@@ -52,4 +52,7 @@ CLAUDE.md
|
|
52 |
*_guide.md
|
53 |
|
54 |
# Testing folder
|
55 |
-
testing/
|
|
|
|
|
|
|
|
52 |
*_guide.md
|
53 |
|
54 |
# Testing folder
|
55 |
+
testing/
|
56 |
+
|
57 |
+
# Test files
|
58 |
+
test_complete_system.py
|