Created
September 21, 2017 22:23
-
-
Save ipetepete/82cee9a0b49defc36e6ba482b97a9044 to your computer and use it in GitHub Desktop.
Gitignore base
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
# Byte-compiled / optimized / DLL files # | |
######################################### | |
__pycache__/ | |
*.py[cod] | |
*$py.class | |
# C extensions | |
*.so | |
# Locals # | |
########## | |
local-* | |
# Distribution / packaging | |
build/ | |
develop-eggs/ | |
dist/ | |
# Logs and databases # | |
###################### | |
*.log | |
*.sql | |
*.sqlite | |
log.* | |
__log* | |
# OS generated files # | |
###################### | |
.DS_Store | |
.DS_Store? | |
._* | |
.Spotlight-V100 | |
.Trashes | |
ehthumbs.db | |
Thumbs.db |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment