[chore](root): add git attrs and ignore

Co-authored-by: Codex <codex@openai.com>
Signed-off-by: Stanislaw Grams <stanislawgrams@gmail.com>
This commit is contained in:
2026-02-12 19:53:59 +01:00
parent 2dfe4a30dc
commit a7ae47ff00
2 changed files with 49 additions and 4 deletions
+25 -4
View File
@@ -1,5 +1,26 @@
# SPDX-FileCopyrightText: 2025 Stanislaw Grams <stanislawgrams@gmail.com>
#
# SPDX-License-Identifier: BSD-2-Clause
# 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.*