Last active
June 17, 2017 17:08
-
-
Save daveaseeman/7e48c5d412e121f254ebb3c30175b335 to your computer and use it in GitHub Desktop.
python .gitignore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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