# === 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

# Allow tiny intent flags + small state flags
!/.codex/**/*.flag

# Always ignore artifacts
/.codex/artifacts/**

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