macbook-qa

Log | Files | Refs | README

.gitignore (186B)


      1 # Ansible
      2 ansible.cfg
      3 *.retry
      4 .vault_pass
      5 
      6 # iTerm2 prefs (may contain stored credentials)
      7 roles/iterm2/files/com.googlecode.iterm2.plist
      8 
      9 # macOS
     10 .DS_Store
     11 
     12 # Python
     13 __pycache__/
     14 *.pyc