Skip to content

Instantly share code, notes, and snippets.

@daveaseeman
Last active June 17, 2017 17:08
Show Gist options
  • Save daveaseeman/7e48c5d412e121f254ebb3c30175b335 to your computer and use it in GitHub Desktop.
Save daveaseeman/7e48c5d412e121f254ebb3c30175b335 to your computer and use it in GitHub Desktop.
python .gitignore
# Compiled Python Bytecode
*.pyc
*.pyo
# OS & Temp Files
.DS_Store
.DS_Store?
._*
.Trashes
*~
# Database Files
*.sqlite
# Virtual Environments
sandbox*/
venv*/
.env
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment