madlad-400-translate / .gitignore
Daryl Lim
docs: add UI improvements design for sidebar + tabbed layout
9c55188
Raw
History Blame
190 Bytes
# Python
__pycache__/
*.pyc
.venv/
# Testing
.pytest_cache/
# Linting
.ruff_cache/
# Docs (ignore all except plans/)
docs/*
!docs/plans/
# IDE / OS
.DS_Store
.ipynb_checkpoints/
*.ipynb