31 lines
306 B
Plaintext
31 lines
306 B
Plaintext
# 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
|