- Add deploy/dev/config.yaml for dev environment testing - Mount config from ./config.yaml instead of project root - Create template config if missing and exit gracefully - Update .gitignore to only ignore root config.yaml
9 lines
81 B
Plaintext
9 lines
81 B
Plaintext
__pycache__/
|
|
*.py[cod]
|
|
.venv/
|
|
.env
|
|
/config.yaml
|
|
*.egg-info/
|
|
dist/
|
|
.pytest_cache/
|