- bin/db/psql-yq + bin/web/search + tools/{yamlout,websearch} vendored as real files
- bin/db/ssh-tunnel added (OnlyOffice VM pg on 5433)
- skills reference local bin/ paths; no agent-skills/abs links in git
- pyproject.toml + uv.lock; CI installs via uv sync --frozen
- release-please auto-tags semver from conventional commits when green
- LICENSE MIT, badges/mermaid README
14 lines
163 B
Plaintext
14 lines
163 B
Plaintext
# .dockerignore - keep the build context lean.
|
|
.venv
|
|
var
|
|
.git
|
|
.github
|
|
__pycache__
|
|
*.pyc
|
|
*.lbug
|
|
*.lbug.*
|
|
.cache
|
|
.secrets
|
|
.skills-tmp
|
|
docker/.dockerclean
|
|
docs/.build |