2020-01-19 16:49:45 +00:00
|
|
|
# Coverage testing files.
|
2017-10-22 18:43:09 +00:00
|
|
|
.coverage
|
2017-11-11 22:02:47 +00:00
|
|
|
/htmlcov
|
2017-10-22 18:43:09 +00:00
|
|
|
|
2020-02-08 21:44:44 +00:00
|
|
|
# Environment configuration file.
|
2017-12-01 03:54:50 +00:00
|
|
|
.env
|
2020-02-02 22:14:27 +00:00
|
|
|
|
2020-02-08 21:44:44 +00:00
|
|
|
# Virtual environment files (pipenv may use this convention).
|
|
|
|
.venv
|
|
|
|
|
2020-02-02 22:14:27 +00:00
|
|
|
# Docker deployment files.
|
|
|
|
docker-compose.yml
|
2017-11-24 16:36:02 +00:00
|
|
|
|
2020-01-19 16:49:45 +00:00
|
|
|
# IDE configuration files.
|
2019-02-03 18:59:13 +00:00
|
|
|
/.idea
|
|
|
|
|
2020-01-19 16:49:45 +00:00
|
|
|
# Node development dependencies.
|
2017-08-19 13:50:03 +00:00
|
|
|
/node_modules
|
|
|
|
|
2020-01-19 16:49:45 +00:00
|
|
|
# Python files.
|
2017-08-11 18:32:02 +00:00
|
|
|
*.pyc
|
2017-08-13 19:29:28 +00:00
|
|
|
|
2020-06-21 15:08:59 +00:00
|
|
|
# App static file directories.
|
2018-10-12 03:11:57 +00:00
|
|
|
/*/static
|
|
|
|
|
2020-06-21 15:08:59 +00:00
|
|
|
# Django media root directory.
|
2017-11-18 09:22:12 +00:00
|
|
|
/media
|
2020-12-03 04:15:22 +00:00
|
|
|
|
|
|
|
# Pipfile.lock.
|
|
|
|
# Committing this file makes it difficult to support multiple Python versions as
|
|
|
|
# requirements can different between versions, but the Pipfile only supports
|
|
|
|
# locking to one version.
|
|
|
|
Pipfile.lock
|