/target
node_modules
dist

# Secrets and local overrides.
.env
.env.local
*.pem
*.key

# A rendered config, or a local one for `cargo run`. Anchored to the repo root
# on purpose: an unanchored `config.toml` also matches `.cargo/config.toml`,
# which MUST be committed — it sets TS_RS_EXPORT_DIR, and without it ts-rs
# writes the frontend's generated types into crates/*/bindings/ instead of
# web/src/api/generated/, so CI's "generated types are current" check fails for
# a reason that has nothing to do with the change under review.
/config.toml
/dev-config.toml
