diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a456a6f --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +# Ignore temporary files and build artifacts +*.tmp +*.log +*.swp +*.swo +*~ + +# Ignore editor-specific files +.vscode/ +.idea/ +*.sublime-* + +# Ignore OS-specific files +.DS_Store +Thumbs.db + +# Ignore build artifacts if any +target/ +dist/ +build/ + +# Note: bootc/ is a git submodule, not ignored