Spaces:
Build error
Build error
Pietro Lesci
commited on
Commit
•
d4b2d54
1
Parent(s):
ebbb0ba
mv CODEOWNERS
Browse files- CODEOWNERS → .github/CODEOWNERS +0 -0
- .gitignore +1 -1
CODEOWNERS → .github/CODEOWNERS
RENAMED
File without changes
|
.gitignore
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
__pycache__/
|
3 |
*.py[cod]
|
4 |
*$py.class
|
5 |
-
.github
|
6 |
src/tests
|
7 |
|
8 |
# C extensions
|
|
|
2 |
__pycache__/
|
3 |
*.py[cod]
|
4 |
*$py.class
|
5 |
+
# .github
|
6 |
src/tests
|
7 |
|
8 |
# C extensions
|