.gitignore

https://github.com/github/gitignore A collection of useful .gitignore templates

Python .gitignore example

# File

# Folder

# File List
.DS_Store
*.manifest
MANIFEST
.remote-sync.json

# Folder List
__pycache__/
data/
build/
dist/
venv/
env/
.ipynb_checkpoints/

# File with specific suffix
*.so
*.py[cod]