Spaces:
Build error
Build error
Pietro Lesci
commited on
Commit
Β·
187a481
1
Parent(s):
8744085
π update gitignore
Browse files- .gitignore +1 -0
.gitignore
CHANGED
|
@@ -3,6 +3,7 @@ __pycache__/
|
|
| 3 |
*.py[cod]
|
| 4 |
*$py.class
|
| 5 |
.github
|
|
|
|
| 6 |
|
| 7 |
# C extensions
|
| 8 |
*.so
|
|
|
|
| 3 |
*.py[cod]
|
| 4 |
*$py.class
|
| 5 |
.github
|
| 6 |
+
src/tests
|
| 7 |
|
| 8 |
# C extensions
|
| 9 |
*.so
|