chore: add .gitignore for build, Rust target, editor artifacts

This commit is contained in:
MayaTheShy
2025-11-08 13:50:40 -05:00
parent fd0b288dd8
commit 6779e2106c

27
.gitignore vendored Normal file
View File

@@ -0,0 +1,27 @@
# Build artifacts
/build/
# CMake
CMakeFiles/
CMakeCache.txt
cmake-build-*/
Makefile
*.cmake
compile_commands.json
install_manifest.txt
# Rust bridge target
/bridge/target/
# IDE/editor
.vscode/
.idea/
*.user
# Logs
*.log
# Temporary
*.tmp
*.swp
.DS_Store