Spaces:
Running
on
Zero
Running
on
Zero
mikonvergence
commited on
Commit
·
ee8d564
1
Parent(s):
b42dee3
ignore update
Browse files- .gitignore +1 -0
- .gitmodules +3 -0
- src/COP-GEN-Beta +1 -0
.gitignore
CHANGED
@@ -1,2 +1,3 @@
|
|
1 |
__pycache__/
|
2 |
.ipynb_checkpoints/
|
|
|
|
1 |
__pycache__/
|
2 |
.ipynb_checkpoints/
|
3 |
+
*.ipynb
|
.gitmodules
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
[submodule "src/COP-GEN-Beta"]
|
2 |
+
path = src/COP-GEN-Beta
|
3 |
+
url = [email protected]:miquel-espinosa/COP-GEN-Beta.git
|
src/COP-GEN-Beta
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit eef71c50f3a233c30f1e6f8b87d7815494eb1ff2
|