fix: dockerfile install order; add .dockerignore; update .gitignore

This commit is contained in:
2026-03-18 19:57:05 -04:00
parent 4cc83c8a19
commit 38416b412a
3 changed files with 56 additions and 9 deletions
+5 -7
View File
@@ -12,15 +12,19 @@ dist/
build/
*.egg
.eggs/
.pytest_cache/
.coverage
htmlcov/
# Virtual environments
.venv/
venv/
env/
# Environment / secrets
# Secrets / local config (use config.example.yaml as template)
.env
*.env.local
config.yaml
# Database
*.db
@@ -40,11 +44,5 @@ Thumbs.db
*.swp
*.swo
# Alembic (generated, not secrets — keep migrations in VCS but exclude caches)
# (nothing to exclude here by default)
# Docker
.dockerignore
# Playbook cache (runtime data)
playbook_cache/