Skip to content

Instantly share code, notes, and snippets.

@oconnoat
Last active August 29, 2015 13:56
Show Gist options
  • Save oconnoat/8848113 to your computer and use it in GitHub Desktop.
Save oconnoat/8848113 to your computer and use it in GitHub Desktop.
.gitignore file for Vim, OSX and Python
#Some of this from https://github.com/github/gitignore
#OS files and Swap Files
*~
*.lock
*.DS_Store
*.swp
*.out
#Vim
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
*.un~
Session.vim
.netrwhist
*~
#Python
__pycache__/
*.py[cod]
#iPython
.ipynb_checkpoints/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment