github.com/grumpyhome/grumpy@v0.3.1-0.20201208125205-7b775405bdf1/.gitignore (about)

     1  build
     2  errors.err
     3  *.swp
     4  *.pyc
     5  *.egg
     6  .eggs/
     7  
     8  grumpy-tools-src/dist/
     9  grumpy-tools-src/*.egg-info
    10  grumpy-runtime-src/dist
    11  grumpy-runtime-src/*.egg-info
    12  
    13  # Cache
    14  .pytest_cache/
    15  
    16  # Editors
    17  .vscode/
    18