20 lines
429 B
Plaintext
Executable File
20 lines
429 B
Plaintext
Executable File
### Django template
|
|
*.log
|
|
*.pot
|
|
*.pyc
|
|
__pycache__/
|
|
local_settings.py
|
|
db.sqlite3
|
|
db.sqlite3-journal
|
|
media
|
|
/venv/
|
|
/db/*
|
|
/logs/*
|
|
/deploy/
|
|
/CONTAINER_ALREADY_STARTED_PLACEHOLDER
|
|
# 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/
|
|
*/tests.py
|
|
Dockerfile
|