Skip to content

Instantly share code, notes, and snippets.

@ba11b0y
Created December 11, 2017 13:48
Show Gist options
  • Save ba11b0y/7d33a0ec069cc223b4a689e1e2fdb1ff to your computer and use it in GitHub Desktop.
Save ba11b0y/7d33a0ec069cc223b4a689e1e2fdb1ff to your computer and use it in GitHub Desktop.
Gitignore for django projects
*.pyc
*~
__pycache__
db.sqlite3
/static
.DS_Store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment