Files
trx-rs/.gitignore
T
sjg a7ae47ff00 [chore](root): add git attrs and ignore
Co-authored-by: Codex <codex@openai.com>
Signed-off-by: Stanislaw Grams <stanislawgrams@gmail.com>
2026-02-12 19:53:59 +01:00

27 lines
193 B
Plaintext

# Rust
/target/
**/*.rs.bk
Cargo.lock
# IDEs/Editors
/.idea/
/.vscode/
*.swp
*.swo
# macOS
.DS_Store
# Logs
*.log
# Coverage/Bench
*.profraw
*.lcov
coverage/
benchmarks/
# Env
.env
.env.*