Dmitry Beresnev
commited on
Commit
·
5ec66b8
1
Parent(s):
e7a399b
fix git ignore
Browse files- .gitignore +3 -1
.gitignore
CHANGED
|
@@ -29,4 +29,6 @@ exp_results/
|
|
| 29 |
test_*
|
| 30 |
test_*.py
|
| 31 |
*_test.py
|
| 32 |
-
tests/__pycache__/
|
|
|
|
|
|
|
|
|
| 29 |
test_*
|
| 30 |
test_*.py
|
| 31 |
*_test.py
|
| 32 |
+
tests/__pycache__/
|
| 33 |
+
# Ignore md files
|
| 34 |
+
*.md
|