Some checks failed
CI / skinny-install (aco) (push) Successful in 50s
CI / lint-test (push) Failing after 1m21s
CI / skinny-install (api) (push) Successful in 30s
CI / skinny-install (bcda) (push) Successful in 31s
CI / skinny-install (bib) (push) Successful in 36s
CI / skinny-install (ccw) (push) Successful in 30s
CI / skinny-install (bls) (push) Successful in 38s
CI / skinny-install (cms) (push) Successful in 30s
CI / skinny-install (cli) (push) Successful in 34s
CI / skinny-install (conf) (push) Successful in 33s
CI / skinny-install (perf) (push) Successful in 32s
CI / skinny-install (pfs) (push) Successful in 31s
CI / skinny-install (rex) (push) Successful in 31s
Package Supply Chain / pkg-supply-chain (push) Failing after 1m21s
Deploy / build-scan-report (push) Failing after 17m25s
- Remove data/bib.sqlite from git (already covered by data/ ignore rule) - Add infra/cloudflared/*.json and cert.pem to .gitignore (tunnel secrets) - Update uv.lock for opps module dependencies
48 lines
772 B
Plaintext
48 lines
772 B
Plaintext
# Virtual environment
|
|
.venv/
|
|
|
|
# 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/
|