| __pycache__/ | |
| *.pyc | |
| *.pyo | |
| *.log | |
| *.sqlite3 | |
| db.sqlite3 | |
| .env | |
| env_py10/ | |
| .venv/ | |
| staticfiles/ | |
| *.json | |
| all_chatbot_codes.txt | |
| all_backend_codes.txt | |
| chatbot.zip | |
| src.zip | |
| .pytest_cache/ | |
| artifacts/ | |
| # Keep the validated runtime slot-extraction model in the Hugging Face Space. | |
| !artifacts/ | |
| artifacts/* | |
| !artifacts/service_intent_model/ | |
| !artifacts/service_intent_model/* | |
| artifacts/service_intent_model/checkpoint-*/ | |
| # Runtime gate listing services whose routed prompts require slot extraction. | |
| !apps/chat/training_models/data/service_extraction_manifest.json | |