Initial Open-SWE-Traces cleanup pipeline
This commit is contained in:
+27
@@ -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/
|
||||
Reference in New Issue
Block a user