chen459664's picture
Add files using upload-large-folder tool
02bc7b8 verified
Raw
History Blame Contribute Delete
474 Bytes
# macOS system files
.DS_Store
# Virtual environments
.venv/
venv/
ENV/
env/
*.env
# Python bytecode and build artifacts
__pycache__/
*.py[cod]
*.so
*.egg-info/
build/
dist/
# IDE & editor settings
.vscode/
.idea/
# Jupyter
.ipynb_checkpoints/
profile_default/
ipython_config.py
# Output and data
output/
data/
temp/
test_logs/
# Caching
lm_eval/caching/.cache
lm_cache/
# Logging
*.log
logs/
# wandb experiment tracking
wandb/
examples/wandb/
# PyInstaller
*.spec