Skip to content

Instantly share code, notes, and snippets.

@ncole458
Created March 4, 2019 01:17
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 ncole458/a2a4563201083d09398f172f7f522595 to your computer and use it in GitHub Desktop.
Save ncole458/a2a4563201083d09398f172f7f522595 to your computer and use it in GitHub Desktop.
Python/Django .gitignore
### Virtualenv
venv/
### PyCharm
.idea/
### Python
__pycache__/
*.py[cod]
### Django
*.pyc
__pycache__/
db.sqlite3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment