github.com/pachyderm/pachyderm@v1.13.4/doc/.gitignore (about)

     1  # Byte-compiled / optimized / DLL files
     2  __pycache__/
     3  *.py[cod]
     4  *$py.class
     5  
     6  # C extensions
     7  *.so
     8  
     9  overrides/partials/versions.html
    10  
    11  # Distribution / packaging
    12  .Python
    13  env/
    14  build/
    15  develop-eggs/
    16  dist/
    17  downloads/
    18  eggs/
    19  .eggs/
    20  lib/
    21  lib64/
    22  parts/
    23  sdist/
    24  var/
    25  *.egg-info/
    26  .installed.cfg
    27  *.egg
    28  
    29  # PyInstaller
    30  #  Usually these files are written by a python script from a template
    31  #  before PyInstaller builds the exe, so as to inject date/other infos into it.
    32  *.manifest
    33  *.spec
    34  
    35  # Installer logs
    36  pip-log.txt
    37  pip-delete-this-directory.txt
    38  
    39  # Unit test / coverage reports
    40  htmlcov/
    41  .tox/
    42  .coverage
    43  .coverage.*
    44  .cache
    45  nosetests.xml
    46  coverage.xml
    47  *,cover
    48  .hypothesis/
    49  
    50  # Translations
    51  *.mo
    52  *.pot
    53  
    54  # Scrapy stuff:
    55  .scrapy
    56  
    57  # PyBuilder
    58  target/
    59  
    60  # IPython Notebook
    61  .ipynb_checkpoints
    62  
    63  # pyenv
    64  .python-version
    65  
    66  # virtualenv
    67  venv/
    68  ENV/
    69  
    70  # MkDocs documentation
    71  site/