Skip to content

Instantly share code, notes, and snippets.

@ipetepete
Created September 21, 2017 22:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ipetepete/82cee9a0b49defc36e6ba482b97a9044 to your computer and use it in GitHub Desktop.
Save ipetepete/82cee9a0b49defc36e6ba482b97a9044 to your computer and use it in GitHub Desktop.
Gitignore base
# 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