ghan19
commited on
Commit
·
e4d3bdf
1
Parent(s):
9ddd9dd
Update README and gitignore
Browse files- .gitignore +2 -0
.gitignore
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
# Ignore user-generated work files
|
| 2 |
check_data.py
|
|
|
|
| 3 |
*.pyc
|
| 4 |
__pycache__/
|
| 5 |
*.py~
|
|
@@ -43,4 +44,5 @@ test_prototypes_uma_relaxed/
|
|
| 43 |
*.tmp
|
| 44 |
*.log
|
| 45 |
.DS_Store
|
|
|
|
| 46 |
|
|
|
|
| 1 |
# Ignore user-generated work files
|
| 2 |
check_data.py
|
| 3 |
+
finetune_uma.py
|
| 4 |
*.pyc
|
| 5 |
__pycache__/
|
| 6 |
*.py~
|
|
|
|
| 44 |
*.tmp
|
| 45 |
*.log
|
| 46 |
.DS_Store
|
| 47 |
+
*.aselmdb-lock
|
| 48 |
|