Skip to content

Instantly share code, notes, and snippets.

@chrisfalter
Last active April 19, 2022 03:54
Show Gist options
  • Save chrisfalter/496509616ec40fa9fd3344ed5f9ddbde to your computer and use it in GitHub Desktop.
Save chrisfalter/496509616ec40fa9fd3344ed5f9ddbde to your computer and use it in GitHub Desktop.
A simple gitignore to exclude Python notebooks
# .gitignore
__pycache__
.ipynb*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment