[f93c25]: / .gitignore

Download this file

47 lines (36 with data), 354 Bytes

# MAC
*Icon*
.DS_Store



# Pycharm
.idea

# HTML
# *.html

# Models outputs
*.hdf5

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.pyc
*.egg-info/
.installed.cfg
*.egg

*.ipynb_checkpoints

*_cache/
*_files/
*_site/

*.tar.gz

# pypi
push_pypi.sh

# virtual environments
.venv