Skip to content
Snippets Groups Projects
Select Git revision
  • 432ab77039accf22b9722bd383b42a5be54d7b96
  • master default
2 results

.gitignore

Blame
  • .gitignore 89 B
    *.swp
    *.swo
    ~*
    *~
    .DS_Store
    __pycache__
    *.pyc
    .cache/
    .molecule/
    .vagrant/
    *.log
    *.retry