mirror of
https://github.com/wahyd4/kb.git
synced 2026-08-09 05:16:11 +10:00
- 3-layer architecture: raw (monthly buckets) → wiki (domain subdirs) → SCHEMA - Privacy: repo set to private (public-safe content only) - Sync: daily Links App sync via raw/links/YYYY-MM/ - Design: converged via Grok 4.5 2-round review
15 lines
138 B
Plaintext
15 lines
138 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Sync state
|
|
.sync-state
|
|
|
|
# Private files (never commit)
|
|
private/
|
|
*.private.md
|