Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
23 lines
228 B
Plaintext
23 lines
228 B
Plaintext
# Secrets
|
|
.env
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
.venv/
|
|
venv/
|
|
|
|
# Node
|
|
node_modules/
|
|
|
|
# OS
|
|
.DS_Store
|
|
|
|
# Caches / generated
|
|
output/llm_cache/
|
|
output/pca_cache/
|
|
output/scoring_cache/
|
|
output/trace_cache/
|
|
frontend/dist.7z
|