feat(GITIGNORE):
Browse files- .gitignore +4 -1
.gitignore
CHANGED
@@ -8,4 +8,7 @@ __pycache__/
|
|
8 |
.gradio/
|
9 |
|
10 |
# Results to analyze
|
11 |
-
macros_evolution_results.txt
|
|
|
|
|
|
|
|
8 |
.gradio/
|
9 |
|
10 |
# Results to analyze
|
11 |
+
macros_evolution_results.txt
|
12 |
+
|
13 |
+
# .DS_Store
|
14 |
+
/**/.DS_Store
|