chore(repo): initialize reproducible research workspace

This commit is contained in:
Jinotech
2026-09-20 05:17:11 +12:00
commit 1e7cc2a71b
36 changed files with 9169 additions and 0 deletions
+45
View File
@@ -0,0 +1,45 @@
# Raw and local reference data
/Dataset/
/LLM-based Agent构建/
# Project-local runtimes and package libraries
/.python/
/.venv-research/
/.r-library/
/.tools/
# Downloads and caches
/.downloads/
/.cache/
/.uv-cache/
/Model.cachepytensor/
**/__pycache__/
**/node_modules/
*.py[cod]
.ipynb_checkpoints/
# Rebuildable native outputs
/research/environment/cuda-smoke.exe
*.obj
*.exp
*.lib
*.pdb
# R and editor state
.Rhistory
.RData
.Ruserdata
.Rproj.user/
.vscode/
.idea/
# OS metadata
Thumbs.db
.DS_Store
# Model weights and large binary checkpoints
*.safetensors
*.ckpt
*.pth
*.pt
*.onnx