Gita-advisor / .gitignore
arvjay's picture
minimise HF Space: remove training pipeline, update corpus index
df43567
raw
history blame contribute delete
598 Bytes
.env
*.env
__pycache__/
*.pyc
*.pyo
.DS_Store
# Training pipeline — lives in the main repo, not needed in this HF Space
data/raw/
data/enrichment_cache.jsonl
data/corpus.jsonl
data/corpus_enriched.jsonl
data/synthetic_questions.jsonl
# Training artifacts — logs, test runs, GEPA state
artifacts/gepa_logs/
artifacts/gepa_state.bin
artifacts/*.log
artifacts/test_results.json
artifacts/optimized_advisor.prompts.txt
# User-supplied local sources (not for public repo)
sources_local/*
!sources_local/.gitkeep
sources/
# Guard against accidentally nesting the repo inside itself
Gita-advisor/