2017-10-22 17:52:16 -04:00
|
|
|
|
|
|
|
# Created by https://www.gitignore.io/api/django
|
|
|
|
|
|
|
|
### Django ###
|
|
|
|
*.log
|
|
|
|
*.pot
|
|
|
|
*.pyc
|
|
|
|
__pycache__/
|
|
|
|
local_settings.py
|
|
|
|
db.sqlite3
|
|
|
|
media
|
|
|
|
|
|
|
|
# If your build process includes running collectstatic, then you probably don't need or want to include staticfiles/
|
|
|
|
# in your Git repository. Update and uncomment the following line accordingly.
|
|
|
|
# <django-project-name>/staticfiles/
|
|
|
|
|
|
|
|
# End of https://www.gitignore.io/api/django
|
2018-02-01 23:06:59 -05:00
|
|
|
/.pytest_cache
|
2017-10-22 19:29:12 -04:00
|
|
|
/static
|
|
|
|
node_modules
|