mup/.gitignore

41 строка
430 B
Plaintext

# Datasets
ResNet*/data/
Transformer*/data/*
dataset/*
# jupyter checkpoints
**/.ipynb_checkpoints
# Compiled python modules.
*.pyc
# Byte-compiled
_pycache__/
.cache/
# Python egg metadata, regenerated from source files by setuptools.
*.egg-info
.eggs/
# PyPI distribution artifacts.
build/
dist/
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# PyCharm/vscode
.idea
.vscode
# Vim
.*.swp
# Other
*.DS_Store