LLMEval-Dataset-Parser / .dockerignore
JeffYang52415's picture
feat: docker compose
be56d87 unverified
raw
history blame contribute delete
176 Bytes
.git
.gitignore
.env
.venv
__pycache__
*.pyc
*.pyo
*.pyd
.Python
*.py[cod]
*$py.class
.pytest_cache
.coverage
htmlcov
.mypy_cache
.ruff_cache
.DS_Store
notebooks/
tests/
docs/