diff --git a/.DS_Store b/.DS_Store index 35b9dedf..18b55040 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/.github/.DS_Store b/.github/.DS_Store index 2d0bb70d..6efa909f 100644 Binary files a/.github/.DS_Store and b/.github/.DS_Store differ diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..7f0e241a --- /dev/null +++ b/.gitignore @@ -0,0 +1,44 @@ +.env +*.log +*.retry +.vagrant +tests/*redhat-subscription +tests/Dockerfile +*.iso +*.box +packer_cache +delete* +ignore* +# VSCode +.vscode + +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# DS_Store +.DS_Store +._* + +# Linux Editors +*~ +\#*\# +/.emacs.desktop +/.emacs.desktop.lock +.elc +auto-save-list +tramp +.\#* +*.swp +*.swo +rh-creds.env +travis.env + +# Lockdown-specific +benchparse/ +*xccdf.xml +*.retry + +# GitHub Action/Workflow files +.github/