# 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/ # Ignore bootc source code directory bootc/