# === CODEX MEMORY KIT (BEGIN) ===
# Keep repo clean: ignore generated/non-doc files under .codex
/.codex/**

# Allow docs + scripts that you actually want to version
!/.codex/**/*.md
!/.codex/scripts/**/*.sh
!/.codex/**/.keep

# Always ignore runtime flags + artifacts
/.codex/meta/*.flag
/.codex/artifacts/**

# Defensive: ignore common accidental outputs anywhere
node_modules/
dist/
build/
.next/
.cache/
*.log
*.tmp
*.lock
# === CODEX MEMORY KIT (END) ===
