Spaces:
Running
Running
| __pycache__/ | |
| *.pyc | |
| .pytest_cache/ | |
| .mypy_cache/ | |
| .ruff_cache/ | |
| .DS_Store | |
| .graphify/ | |
| # local env / secrets | |
| .env | |
| .env.* | |
| !.env.example | |
| # OpenEnv / uv | |
| .venv/ | |
| .python-version | |
| # editor metadata | |
| .cursor/ | |
| # local artifacts / large outputs | |
| wandb/ | |
| graphify-out/ | |
| .omx/ | |
| .agent/ | |
| # training outputs | |
| sota_results/ | |
| sota_sql_agent_unsloth/ | |
| pro_results/ | |
| real_results/ | |
| final_sql_agent/ | |
| final_sql_agent.zip | |
| pro_training_logs.csv | |