Griffe-based docstring extraction (277 modules across 9 packages), bib.Store export to searchable JSON (6560 items), throwback-themed Docusaurus site served by nginx:alpine behind Traefik at docs.homelab.fhirworx.io. Multi-stage Dockerfile, CI pipeline steps, and dashboard tile included.
24 lines
337 B
Plaintext
24 lines
337 B
Plaintext
# Data directories (user data, not tracked)
|
|
data/
|
|
zotero/data/
|
|
zotero/profiles/
|
|
tuva/
|
|
logs/**
|
|
|
|
# Marimo cache
|
|
notebooks/__marimo__/
|
|
.deploy_key
|
|
.env
|
|
.deploy_key.pub
|
|
**__pycache__**
|
|
.coverage
|
|
dist/
|
|
*.egg-info/
|
|
|
|
# Docs (auto-generated at build time)
|
|
docs/docs/api/
|
|
docs/static/library.json
|
|
docs/node_modules/
|
|
docs/build/
|
|
docs/.docusaurus/
|