Spaces:
Sleeping
Sleeping
Commit ·
fc71686
1
Parent(s): efeed27
Remove __pycache__ and add to .gitignore
Browse filesCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- .gitignore +4 -0
- engine/__pycache__/__init__.cpython-314.pyc +0 -0
- engine/__pycache__/fold_engine.cpython-314.pyc +0 -0
- engine/__pycache__/materials.cpython-314.pyc +0 -0
- engine/__pycache__/metrics.cpython-314.pyc +0 -0
- engine/__pycache__/paper.cpython-314.pyc +0 -0
- engine/__pycache__/physics.cpython-314.pyc +0 -0
- engine/__pycache__/validation.cpython-314.pyc +0 -0
- planner/__pycache__/__init__.cpython-314.pyc +0 -0
- planner/__pycache__/decomposer.cpython-314.pyc +0 -0
- planner/__pycache__/knowledge.cpython-314.pyc +0 -0
- planner/__pycache__/parser.cpython-314.pyc +0 -0
- planner/__pycache__/planner.cpython-314.pyc +0 -0
.gitignore
CHANGED
|
@@ -22,5 +22,9 @@ npm-debug.log*
|
|
| 22 |
yarn-debug.log*
|
| 23 |
yarn-error.log*
|
| 24 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
# Reference repos (not pushed to HF)
|
| 26 |
.reference/
|
|
|
|
| 22 |
yarn-debug.log*
|
| 23 |
yarn-error.log*
|
| 24 |
|
| 25 |
+
# Python cache
|
| 26 |
+
__pycache__/
|
| 27 |
+
*.pyc
|
| 28 |
+
|
| 29 |
# Reference repos (not pushed to HF)
|
| 30 |
.reference/
|
engine/__pycache__/__init__.cpython-314.pyc
DELETED
|
Binary file (147 Bytes)
|
|
|
engine/__pycache__/fold_engine.cpython-314.pyc
DELETED
|
Binary file (8.77 kB)
|
|
|
engine/__pycache__/materials.cpython-314.pyc
DELETED
|
Binary file (3.49 kB)
|
|
|
engine/__pycache__/metrics.cpython-314.pyc
DELETED
|
Binary file (5.63 kB)
|
|
|
engine/__pycache__/paper.cpython-314.pyc
DELETED
|
Binary file (24.4 kB)
|
|
|
engine/__pycache__/physics.cpython-314.pyc
DELETED
|
Binary file (12.8 kB)
|
|
|
engine/__pycache__/validation.cpython-314.pyc
DELETED
|
Binary file (11 kB)
|
|
|
planner/__pycache__/__init__.cpython-314.pyc
DELETED
|
Binary file (148 Bytes)
|
|
|
planner/__pycache__/decomposer.cpython-314.pyc
DELETED
|
Binary file (10.5 kB)
|
|
|
planner/__pycache__/knowledge.cpython-314.pyc
DELETED
|
Binary file (30.1 kB)
|
|
|
planner/__pycache__/parser.cpython-314.pyc
DELETED
|
Binary file (10.2 kB)
|
|
|
planner/__pycache__/planner.cpython-314.pyc
DELETED
|
Binary file (14.7 kB)
|
|
|