github.com/platonnetwork/platon-go@v0.7.6/cases/.gitignore (about)

     1  # CACHE
     2  .idea
     3  .vscode
     4  *.py[cod]
     5  */__pycache__
     6  *.so
     7  *.egg
     8  *.egg-info
     9  .pytest_cache
    10  deploy/tmp
    11  deploy/node
    12  deploy/bin
    13  allure-report
    14  
    15  # VE
    16  venv
    17  
    18  # LOG
    19  *.log
    20  */log
    21  log
    22  __debug__.py
    23  
    24  # OTHER
    25  report/*
    26  */report
    27  */.cache
    28  */.hypothesis
    29  *cache
    30  cache*
    31  debug_run.py
    32  */debug_run.py
    33  bug_log
    34  tmp_log
    35  ./deploy/global/
    36  ./tests/ppos_2/report
    37  */tool