# Exclude folders
docs/build/
__pycache__/
.ipynb_checkpoints/
bin/
build/
develop-eggs/
dist/
eggs/
sdist/
tmp/
.eggs/
*.egg-info/
.tox/
.coverage
.cache

# Exclude extensions
*.so
*.o
*.vim
*.py[cod]
*.sw[op]
*.ipynb
*.ttf
*.ico
*.svg
*.png
*.pdf
*.rst
*.md
*.xml
*.html
*.ini
*.txt
*.toml
*.in
*.cfg
*.egg
*.pickle

# Exclude files
*.gitignore
*.gitattributes
*.dockerignore
*.coveragerc
