mariobedrock / .gitignore
Banjo Obayomi
add command-r plus
4e00891
# Added
gradio_cached_examples/
static/*
static/
notes.txt
test_model.py
*.py[cod]
# C extensions
*.so
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
__pycache__
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
test.json
*.pickle
venv
.idea
*.vscode/
.DS_Store
#notebooks
*/**/.ipynb_checkpoints/*
# logs
*/**/checkpoints/*
*/**/mlruns/*
*/**/tensorboard_logs/*
*/**/wandb/*
checkpoints/*
wandb/*
mlruns/*