madlad-400-translate / .gitignore
Daryl Lim
docs: update test counts and gitignore for batch tab redesign
421ec9c
Raw
History Blame
190 Bytes
# Python
__pycache__/
*.pyc
.venv/
# Testing
.pytest_cache/
tests/data/
# Linting
.ruff_cache/
# Docs
docs/
# Superpowers
.superpowers/
# IDE / OS
.DS_Store
.ipynb_checkpoints/
*.ipynb