github.com/StackExchange/blackbox/v2@v2.0.1-0.20220331193400-d84e904973ab/.gitignore (about)

     1  # Byte-compiled / optimized / DLL files
     2  __pycache__/
     3  *.py[cod]
     4  
     5  # C extensions
     6  *.so
     7  
     8  # Distribution / packaging
     9  .Python
    10  env/
    11  develop-eggs/
    12  dist/
    13  eggs/
    14  lib/
    15  lib64/
    16  parts/
    17  sdist/
    18  var/
    19  *.egg-info/
    20  .installed.cfg
    21  *.egg
    22  
    23  # Installer logs
    24  pip-log.txt
    25  pip-delete-this-directory.txt
    26  
    27  # Unit test / coverage reports
    28  htmlcov/
    29  .tox/
    30  .coverage
    31  .cache
    32  nosetests.xml
    33  coverage.xml
    34  
    35  # Translations
    36  *.mo
    37  
    38  # Mr Developer
    39  .mr.developer.cfg
    40  .project
    41  .pydevproject
    42  
    43  # Rope
    44  .ropeproject
    45  
    46  # Django stuff:
    47  *.log
    48  *.pot
    49  
    50  # Sphinx documentation
    51  docs/_build/
    52  
    53  # macOS
    54  .DS_Store
    55  
    56  # Blackbox
    57  bbintegration
    58  .*.swp
    59  /integrationTest/.blackbox