[0ad989]: / .gitignore

Download this file

16 lines (13 with data), 162 Bytes

# Compiled Python files
__pycache__/
*.pyc
.cache

# OS files
.DS_Store
Thumbs.db
.ipynb_checkpoints/
.directory

# Python build files
*.egg-info/
/dist/
/build/