Spaces:
Sleeping
Sleeping
Commit ·
344bcb6
1
Parent(s): 839af89
Ignore Python packaging metadata artifacts
Browse files- .gitignore +4 -0
.gitignore
CHANGED
|
@@ -54,6 +54,10 @@ Thumbs.db
|
|
| 54 |
venv/
|
| 55 |
__pycache__/
|
| 56 |
*.pyc
|
|
|
|
|
|
|
|
|
|
|
|
|
| 57 |
# outputs/ intentionally tracked for validator (contains inference_scores.json)
|
| 58 |
|
| 59 |
# local build/test artifacts
|
|
|
|
| 54 |
venv/
|
| 55 |
__pycache__/
|
| 56 |
*.pyc
|
| 57 |
+
*.egg-info/
|
| 58 |
+
.eggs/
|
| 59 |
+
build/
|
| 60 |
+
# (keep dist tracked if used by frontend builds)
|
| 61 |
# outputs/ intentionally tracked for validator (contains inference_scores.json)
|
| 62 |
|
| 63 |
# local build/test artifacts
|