madlad-400-translate / .gitignore
Daryl Lim
chore: remove tests/data from gitignore
4ed0d19
Raw
History Blame Contribute Delete
186 Bytes
# Python
__pycache__/
*.pyc
.venv/
uv.lock
# Testing
.pytest_cache/
# Linting
.ruff_cache/
# Docs
docs/
# Superpowers
.superpowers/
# IDE / OS
.DS_Store
.ipynb_checkpoints/
*.ipynb