# Rust /target/ **/*.rs.bk Cargo.lock # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store Thumbs.db # Build artifacts *.deb *.rpm *.tar.gz *.zip # Test outputs test-*.img test-*.qcow2 test-*.vmdk test-*.iso test-*.ami test-*.raw test-ubuntu-* test-bootc-* test-proper-* test-fixed-* test-final-* test-enhanced-* # Temporary files *.tmp *.temp /tmp/ *.raw.tmp cursor_analyze_apt_ostree_project.md # Logs *.log logs/ # CI/CD artifacts/ CI_SUMMARY.md STATUS_REPORT.md ARTIFACTS_README.md # Docker Dockerfile.local docker-compose.override.yml # Local development .env .env.local config.local.toml