Initial Open-SWE-Traces cleanup pipeline

This commit is contained in:
2026-08-06 22:53:47 +08:00
commit 044bd03f0e
35 changed files with 3638 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
# Python environments and caches.
.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
*.egg-info/
build/
dist/
# Local credentials. Never commit API keys.
.env
.env.*
!.env.example
# Downloaded datasets and generated pipeline output.
raw/
qc_outputs/
outputs/
samples/
artifacts/
*.log
# Editor and operating-system files.
.DS_Store
.idea/
.vscode/