barycenter/.gitignore
Till Wegmueller 8d835e240b
chore: Add book/build to gitignore
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-14 18:16:36 +01:00

32 lines
456 B
Text

# Rust build artifacts
/target/
**/*.rs.bk
*.pdb
# Cargo
# Note: Cargo.lock should be committed for applications (not ignored)
# IDE and editor files
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
# Application-specific
/keys/
/jwks.json
/private_key.json
/data/jwks.json
/data/private_key.pem
*.db
*.db-shm
*.db-wal
# mdbook build output
/book/build/
# Environment and config (optional - uncomment if you want to ignore local configs)
# config.toml
# .env