"README_ORINGIN.md" did not exist on "94d243b3d7916879f1735d4a6f231e915765c1c4"
Unverified Commit 9d29ef0e authored by Ivan Stankevich's avatar Ivan Stankevich Committed by GitHub
Browse files

chore: clean up and extend .gitignore rules (#3030)



* chore: clean up and extend .gitignore rules

* pacify pre-commit

---------
Co-authored-by: default avatarBaber <baber@hey.com>
parent 8bc4afff
# macOS system files
.DS_Store
env
*.pyc
output/
data/
lm_cache
.idea
build
dist
*.egg-info
venv
# Virtual environments
.venv/
venv/
ENV/
env/
*.env
# Python bytecode and build artifacts
__pycache__/
*.py[cod]
*.so
*.egg-info/
build/
dist/
# IDE & editor settings
.vscode/
temp
__pycache__
.ipynb_checkpoints
temp
test_logs/
# IPython
.idea/
# Jupyter
.ipynb_checkpoints/
profile_default/
ipython_config.py
# don't track (the default location of) the cached requests
# Output and data
output/
data/
temp/
test_logs/
# Caching
lm_eval/caching/.cache
# don't track files created by wandb
wandb
examples/wandb
lm_cache/
# Logging
*.log
logs/
# wandb experiment tracking
wandb/
examples/wandb/
# PyInstaller
*.spec
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment