madlad-400-translate / .gitignore
Daryl Lim
chore: add docs/ to .gitignore
9affc06
Raw
History Blame
149 Bytes
# Python
__pycache__/
*.pyc
.venv/
# Testing
.pytest_cache/
# Linting
.ruff_cache/
# Docs
docs/
# IDE / OS
.DS_Store
.ipynb_checkpoints/
*.ipynb