Spaces:
Runtime error
Runtime error
kbberendsen
commited on
Commit
•
3f2e18e
1
Parent(s):
62f9224
save code workspace
Browse files- .gitignore +2 -0
- formula1.code-workspace +8 -0
.gitignore
CHANGED
@@ -2,3 +2,5 @@
|
|
2 |
*/pycache/*
|
3 |
.venv/
|
4 |
.DS_Store
|
|
|
|
|
|
2 |
*/pycache/*
|
3 |
.venv/
|
4 |
.DS_Store
|
5 |
+
__pycache__
|
6 |
+
.code-workspace
|
formula1.code-workspace
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"folders": [
|
3 |
+
{
|
4 |
+
"path": "."
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"settings": {}
|
8 |
+
}
|