mirror of https://github.com/snachodog/mybuddy.git
34 lines
602 B
Plaintext
34 lines
602 B
Plaintext
# Coverage testing files.
|
|
.coverage
|
|
/htmlcov
|
|
|
|
# Environment configuration file.
|
|
.env
|
|
|
|
# Virtual environment files (pipenv may use this convention).
|
|
.venv
|
|
|
|
# Docker deployment files.
|
|
docker-compose.yml
|
|
|
|
# IDE configuration files.
|
|
/.idea
|
|
|
|
# Node development dependencies.
|
|
/node_modules
|
|
|
|
# Python files.
|
|
*.pyc
|
|
|
|
# App static file directories.
|
|
/*/static
|
|
|
|
# Django media root directory.
|
|
/media
|
|
|
|
# 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
|