show / SHOW /modules /PyMAF /.gitignore
camenduru's picture
thanks to show ❤
3bbb319
raw
history blame contribute delete
617 Bytes
# data files
data/*
# But not the README
!data/README.md
# ignore prior.py from smplify-x repo
smplify/prior.py
# environments
.vscode/
# logs
logs*/
notebooks/output
# customize
debug/
results/
output/
rm.sh
del_checkpoints.sh
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Jupyter Notebook
.ipynb_checkpoints
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# vim swap files
*.swp
*.pyc