commit ab81491143ba5c2eaeb61b80e51c0388354f95ca Author: oval Date: Tue Jul 7 16:57:36 2026 +0000 Add .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d1a69b7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +# Build artifacts +output/ +.ansible-node-rootfs.tar +*.raw +*.qcow2 +vmlinuz-* +initramfs-* + +# Python +__pycache__/ +*.pyc +.venv/ + +# OS +.DS_Store +Thumbs.db + +# IDE +.idea/ +.vscode/ +*.swp +*.swo + +# Ansible +*.retry +ansible.log + +# Report output (committed sample is explicit) +reports/*.json +!reports/sample-output.json