simple-cli/.gitignore
joe 6aa6d32e1e
Some checks failed
Build Simple CLI / build (push) Failing after 1s
Add .gitignore, clean up build artifacts, add test scripts and configuration files
2025-08-12 20:13:38 -07:00

29 lines
275 B
Text

# Build artifacts and large files
*.qcow2
*.img
*.raw
*.iso
# Image filesystem
image-fs/
# Output directory
output/
# Build files
build_files/
# Temporary files
*.tmp
*.temp
*~
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
# OS generated files
.DS_Store
Thumbs.db