# build artifacts

.eggs/
.mypy_cache
hyper_task_descriptions.egg-info/
build/
dist/
pip-wheel-metadata/


# dev tools

.envrc
.python-version
.idea
.venv/
.vscode/
/*.iml


# jupyter notebooks

.ipynb_checkpoints


# miscellaneous

.cache/
doc/_build/
*.swp
.DS_Store


# python

*.pyc
*.pyo
__pycache__


# testing and continuous integration

.coverage
.pytest_cache/
.benchmarks

# documentation build artifacts

docs/build
site/
*.pyc
venv/
t5x/
nvenv/


# project
data/
hf_models/
wandb/
output/
logs/
*.ipynb
test_gradients.py
config/*
scripts/ds_pretrain_hyperlora.sh
src/models/model.py
src/models/modeling_hyperlora.py
inference_output/
slurms
train_lora_model.py