Spaces:
Running
Running
Create .gitignore
Browse files- .gitignore +6 -0
.gitignore
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
two_sample_test
|
2 |
+
tmp_results
|
3 |
+
*.cache
|
4 |
+
api
|
5 |
+
run_mmd_api.py
|
6 |
+
__pycache__
|