Created
March 4, 2019 01:17
-
-
Save ncole458/a2a4563201083d09398f172f7f522595 to your computer and use it in GitHub Desktop.
Python/Django .gitignore
This file contains 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
### 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