Replace Nix flake with mise for toolchain management, treefmt for formatting, prek for pre-commit hooks, and a Dockerfile for container builds. Update CI workflows to use jdx/mise-action instead of Nix. Add system dependency instructions to README.md and CLAUDE.md.
20 lines
269 B
Text
20 lines
269 B
Text
# Build artifacts
|
|
target/
|
|
reviews/
|
|
result*
|
|
.direnv/
|
|
|
|
# SQLite database files
|
|
*.db
|
|
*.db-journal
|
|
*.db-shm
|
|
*.db-wal
|
|
|
|
# Runtime configuration and secrets
|
|
*.env
|
|
|
|
# Generated by TailwindCSS CLI as part of `cargo build`
|
|
static/css/styles.css
|
|
|
|
# Backup of database
|
|
backup.json
|