Add .gitignore file

This commit introduces a .gitignore file to exclude build artifacts and
temporary files from version control.
Specifically, it ignores the 'target' directory (where Rust builds
output), new snapshot files from tests (`*.snap.new`), and the
`repomix-output.xml` file.
This commit is contained in:
2026-04-13 12:20:11 +02:00
parent 8dd5967675
commit 0a00e773dc
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
*.snap
*.snap.new
target/