Skip to content

Instantly share code, notes, and snippets.

@wall-e-08
Last active November 27, 2018 10:20
Show Gist options
  • Save wall-e-08/d2a7e9958edec8ce61892176731e1a3a to your computer and use it in GitHub Desktop.
Save wall-e-08/d2a7e9958edec8ce61892176731e1a3a to your computer and use it in GitHub Desktop.
gitignore file for django/python app
env/
env3.6/
.*\.pyc
.*\.swp
.*\.swo
.*\.swn
.idea/
.DS_Store
db.sqlite3
.hg/
.hgignore
celerybeat-schedule.*
celerybeat.pid
.*__pycache__.*
__pycache__/
core/local_settings.py
dump.rdb
celerybeat-schedule
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment