# Self
.gitignore
.claude/

# Python bytecode / cache
__pycache__/
**/__pycache__/
*.pyc
*.pyo
*.pyd

# Python build artifacts
/dist/
/build/
*.egg-info/

# Project-specific binaries / archives
deepseek_pow.wasm
sha3_wasm_bg.*.wasm
*.zip

# Local Context
.dulus-context/

# Sandbox
sandbox/node_modules/
sandbox/vite.log

# Log / output files from local testing
err.txt
out.txt
out*.txt
output.txt

# MemPalace runtime cache
data/mempalace_cache.json
# Runtime context
data/context.json
# NOTE: sandbox/dist/ is NOT ignored — it contains the compiled static assets
# (index.html, JS/CSS bundles, wallpapers) that Flask serves at /sandbox.
# It must be tracked so pip installs include the Mini OS frontend.

