Skip to content

Instantly share code, notes, and snippets.

@tym-xqo
Last active August 29, 2015 14:14
Show Gist options
  • Save tym-xqo/fb2eaabeb3c463868161 to your computer and use it in GitHub Desktop.
Save tym-xqo/fb2eaabeb3c463868161 to your computer and use it in GitHub Desktop.
gitignore for Sublime + Virtualenv
.pyc
# Virtualenv stuffs
.Python
[Bb]in
[Ii]nclude
[Ll]ib
[Ss]cripts
pyvenv.cfg
pip-selfcheck.json
# Keep Sublime Text artifacts out of the repo; not all the team uses Sublime
*.sublime-workspace
*.sublime-project
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment