[05e710]: / .gitignore

Download this file

20 lines (14 with data), 254 Bytes

# Compiled python modules.
*.pyc

# Setuptools distribution folder.
/dist/

# Python egg metadata, regenerated from source files by setuptools.
/*.egg-info
/*.egg

#other
**/.DS_Store
**/.vscode

**/_build
**/_static
**/_templates

**/.ipynb_checkpoints