Some checks failed
CI / ruff (push) Successful in 9s
CI / architecture (push) Has been cancelled
CI / dependency-scanning (push) Has been cancelled
CI / audit (push) Has been cancelled
CI / docs (push) Has been cancelled
CI / deploy (push) Has been cancelled
CI / pytest (push) Has been cancelled
Prevents .env from being baked into Docker image (was overriding config defaults). Adds env_file directive so containers load host .env properly. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
22 lines
245 B
Plaintext
22 lines
245 B
Plaintext
.env
|
|
.env.*
|
|
!.env.example
|
|
.git
|
|
.gitea
|
|
.gitlab-ci.yml
|
|
__pycache__
|
|
*.pyc
|
|
*.pyo
|
|
site/
|
|
docs/
|
|
exports/
|
|
alembic/versions_backup/
|
|
*.csv
|
|
*.md
|
|
!requirements.txt
|
|
.pre-commit-config.yaml
|
|
.architecture-rules/
|
|
.performance-rules/
|
|
.security-rules/
|
|
mkdocs.yml
|