.gitignore ======== `https://github.com/github/gitignore `_ A collection of useful .gitignore templates Python .gitignore example -------- .. code-block:: latex # 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]