Files
stack/.gitignore
kert 59eb56f659
Some checks failed
CI / skinny-install (aco) (push) Successful in 1m18s
CI / skinny-install (api) (push) Successful in 40s
CI / skinny-install (bcda) (push) Successful in 35s
CI / skinny-install (bib) (push) Successful in 38s
CI / skinny-install (cli) (push) Successful in 46s
CI / skinny-install (conf) (push) Successful in 36s
CI / skinny-install (opps) (push) Successful in 38s
CI / skinny-install (pfs) (push) Successful in 47s
CI / skinny-install (rex) (push) Successful in 35s
Infra CI / notebooks (push) Successful in 3m17s
CI / lint-test (push) Failing after 3m30s
CI / skinny-install (bls) (push) Successful in 34s
CI / skinny-install (ccw) (push) Successful in 45s
CI / skinny-install (cms) (push) Successful in 32s
CI / skinny-install (perf) (push) Successful in 43s
Deploy / build-scan-report (push) Has been cancelled
Infra CI / docs (push) Failing after 20s
Infra CI / api (push) Successful in 16s
Infra CI / mc (push) Successful in 12s
Package Supply Chain / pkg-supply-chain (push) Successful in 1m27s
Infra CI / zotero (push) Successful in 6m10s
chore: hw provisioning, test coverage, deps
2026-04-09 22:26:31 -04:00

52 lines
845 B
Plaintext

# Virtual environment
.venv/
# Bootstrap state (credentials, OAuth2 tokens)
.state/
# Data directories (user data, not tracked)
data/
data/zotero/data/
!data/zotero/data/styles/
!data/zotero/data/translators/CMS 4innovation.js
data/zotero/profiles/
tuva/
logs/**
# Generated DAB SQL (regenerate via gen_config.py --dab-sql)
bundle/sql/
# Marimo cache
notebooks/__marimo__/
# Secrets and keys
.deploy_key
.deploy_key.pub
.env
.env.bak
infra/cloudflared/*.json
infra/cloudflared/cert.pem
# Python build artifacts
__pycache__/
*.pyc
.coverage
dist/
*.egg-info/
htmlcov/
# IDE / tool settings
.claude/settings.local.json
notebooks/aco.duckdb
# Package mirrors (local cache, not tracked)
mirrors/
# Docs (auto-generated at build time)
docs/docs/api/
docs/static/library.json
docs/node_modules/
docs/build/
docs/.docusaurus/
hw/node_modules/