Spaces:
Runtime error
Runtime error
| # 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 | |