github.com/nginxinc/kubernetes-ingress@v1.12.5/perf-tests/.gitignore (about)

     1  # IntelliJ project files
     2  .idea
     3  out
     4  gen
     5  
     6  # Python specific files
     7  # Byte-compiled / optimized / DLL files
     8  __pycache__
     9  *.py[cod]
    10  .pytest_cache
    11  
    12  # Perf test outputs
    13  *.json
    14  *.csv