a7ae47ff00
Co-authored-by: Codex <codex@openai.com> Signed-off-by: Stanislaw Grams <stanislawgrams@gmail.com>
27 lines
193 B
Plaintext
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.*
|