Initial commit: Set up Guided CoT and extrinsic curvature experiment

This commit is contained in:
wassname
2026-04-10 08:02:30 +08:00
commit 439f51099f
6 changed files with 443 additions and 0 deletions
+58
View File
@@ -0,0 +1,58 @@
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# uv
uv.lock
# Jupyter Notebook
.ipynb_checkpoints
*/.ipynb_checkpoints/*
*.ipynb_checkpoints*
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Output files
*.png
*.jpg
*.pdf
*.csv
*.tsv
*.json
*.log
*.sqlite
*.db
# Temporary generated files
PLAN_AND_PROMPT.md
make_notebook.py
# Mac
.DS_Store