# Rust build artifacts target/ # Editor and IDE files .vscode/ .idea/ *.swp *.swo *~ # OS artifacts .DS_Store Thumbs.db desktop.ini # Environment and secrets .env .env.* *.env *.pem *.key *.p12 secrets/ # Log files *.log logs/ # Runtime files *.sock *.pid # Internal project docs and spec files kept out of public history Overview.md DAEMON.md LUA_RUNTIME.md CLAUDE_SPEC.md .claude CLAUDE.md .github