Add environment variables throughout the code base to support Docker compose integration. ref: N25B-280
15 lines
160 B
Plaintext
15 lines
160 B
Plaintext
.git
|
|
.venv
|
|
__pycache__/
|
|
*.pyc
|
|
.dockerignore
|
|
Dockerfile
|
|
README.md
|
|
.gitlab-ci.yml
|
|
.gitignore
|
|
.pre-commit-config.yaml
|
|
.githooks/
|
|
test/
|
|
.pytest_cache/
|
|
.ruff_cache/
|