CoralLeiCN
commited on
Commit
·
3bb7234
1
Parent(s):
fa3ab28
Update .gitignore to include example files for debugging
Browse files- .gitignore +4 -1
.gitignore
CHANGED
@@ -2,4 +2,7 @@
|
|
2 |
.env
|
3 |
|
4 |
# Python
|
5 |
-
__pycache__
|
|
|
|
|
|
|
|
2 |
.env
|
3 |
|
4 |
# Python
|
5 |
+
__pycache__
|
6 |
+
|
7 |
+
# example (for debugging)
|
8 |
+
example/*
|