First_agent_template / .gitignore
mathidot's picture
build option trading agent modules
8f1601b
Raw
History Blame Contribute Delete
620 Bytes
# Secrets and local environment
.env
.env.*
!.env.example
.venv/
.uv-cache/
.python_history
# Python generated files
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.ruff_cache/
.mypy_cache/
.pyright/
# App/runtime artifacts
.gradio/
*.log
.DS_Store
# Local vector databases and RAG inputs
alfred_chroma_db/
knowledge_base/
tools/knowledge_base/
*.sqlite3
*.sqlite
# Local model caches
hf_cache/
tools/hf_cache/
# Evaluation datasets, indexes, and generated reports
eval/data/
eval/indexes/
eval/reports/
eval/local_options_eval.jsonl
# Local market/backtest data exports
data/
backtest/data/
*.parquet
*.feather