Skip to content

Instantly share code, notes, and snippets.

@alexandrtretyakov
Last active April 16, 2022 13:15
Show Gist options
  • Save alexandrtretyakov/f9a9017cac34bacef22ec96ad7dbab83 to your computer and use it in GitHub Desktop.
Save alexandrtretyakov/f9a9017cac34bacef22ec96ad7dbab83 to your computer and use it in GitHub Desktop.
Django + PyCharm gitignore
.idea/
venv/
*.log
*.pot
*.pyc
__pycache__/
media/
static/
db.sqlite3
.env
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment