Skip to content

Instantly share code, notes, and snippets.

@javierwilson
Last active August 29, 2015 13:56
Show Gist options
  • Save javierwilson/8948082 to your computer and use it in GitHub Desktop.
Save javierwilson/8948082 to your computer and use it in GitHub Desktop.
.gitignore para python (django/flask)
# Numerous always-ignore extensions
*.diff
*.err
*.orig
*.rej
*.swo
*.swp
*.vi
*~
*.pyc
*.sql
*.pot
# OS or Editor folders
.DS_Store
.cache
.project
.settings
nbproject
thumbs.db
# deployment dirs
/env
/static
/media
# local configuration files
local.py
local_settings.py
secrets.py
# log files
*.log.*
*.log
logs
*.capture
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment