commited
Browse files- .cursor/environment.json +0 -3
- .gitignore +2 -0
- scipy_verification.txt +0 -1
.cursor/environment.json
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"agentCanUpdateSnapshot": true
|
| 3 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
.gitignore
CHANGED
|
@@ -23,10 +23,12 @@ build/
|
|
| 23 |
*.jpeg
|
| 24 |
*.tmp
|
| 25 |
*.log
|
|
|
|
| 26 |
|
| 27 |
# IDE
|
| 28 |
.vscode/
|
| 29 |
.idea/
|
|
|
|
| 30 |
*.swp
|
| 31 |
*.swo
|
| 32 |
*~
|
|
|
|
| 23 |
*.jpeg
|
| 24 |
*.tmp
|
| 25 |
*.log
|
| 26 |
+
scipy_verification.txt
|
| 27 |
|
| 28 |
# IDE
|
| 29 |
.vscode/
|
| 30 |
.idea/
|
| 31 |
+
.cursor/
|
| 32 |
*.swp
|
| 33 |
*.swo
|
| 34 |
*~
|
scipy_verification.txt
DELETED
|
@@ -1 +0,0 @@
|
|
| 1 |
-
Success
|
|
|
|
|
|