NeMo-Guardrails
/
.gitignore
32 строки · 516.0 Байт
1.idea
2venv*3env*4temp
5__pycache__
6*.pyc7.DS_Store
8.cache
9.coverage
10coverage.xml
11.pytest_cache
12.eggs
13mellon.egg-info
14scratch.py
15*.egg-info16firebase.json
17build
18dist
19# Ignoring this for now
20/scripts21# Ignoring log files generated by tests
22*.log23# Ignore some of the files that should be downloaded/generated for evaluation
24original_dataset
25eval_outputs
26/**/chitchat/user.co27/**/banking/user.co28.mypy_cache
29.python-version
30local_cache
31# Ignore example configs created in user guides
32docs/user_guides/llm/vertexai/config33