# ============================================================
# VAULT VERISI - ASLA COMMIT ETME (public repo)
# age private key, master.json, audit.key/log, pubkey:
keys/
# kullanicinin gercek sifreli secret'lari:
secrets.enc.yaml
secrets.enc.json
# vault'a ozel age recipient (public key):
.sops.yaml
# ============================================================
# Gecici / uretilen
__pycache__/
*.pyc
*.age.new
.impeccable/
.claude/
keys/agents.json
keys/recovery.json
keys/audit.head
keys/ratestate.json
keys/backup.json

*.code-workspace
.DS_Store

# concealer chrome-extension: local native-host state (written into the vault HOME; abs paths)
/chrome/
/chrome_ext.json

# docs local preview (Jekyll build output + per-machine gem lock)
docs/_site/
docs/.jekyll-cache/
docs/.jekyll-metadata
docs/Gemfile.lock
# CI capture scratch
packaging/ci/_demo/
win-artifacts/
dist/
build/
*.egg-info/

# extension test harness (throwaway)
extension/_test.html

# internal working docs (SEO plan, Medium drafts, diagrams) — never published
docs/_internal/

