# Rust build artifacts (except the final binary) target/debug/ target/*/incremental/ target/*/deps/ target/*/.fingerprint/ target/*/build/ target/doc/ target/package/ target/publish/ target/install/ # Rust source (not needed in container) src/ Cargo.toml Cargo.lock # Git .git/ .gitignore # IDE .vscode/ .idea/ # OS .DS_Store Thumbs.db # Frontend dev dependencies frontend/node_modules/ frontend/.turbo/ # Logs *.log log.txt # Blob storage (should be mounted as volume) blobs/ miei/ # Development files tinyauth.sh flamegraph.svg write.lock README.md CLAUDE.md