Skip to content
Snippets Groups Projects
Select Git revision
  • master
1 result

.gitignore

Blame
  • .gitignore 295 B
    # Byte-compiled / optimized / DLL files
    __pycache__/
    utils/__pycache__/
    *__pycache__/
    *.pyc
    
    # Distribution / packaging
    .idea/
    env/
    build/
    develop-eggs/
    eggs/
    .eggs/
    lib/
    lib64/
    parts/
    sdist/
    var/
    
    # other extensions
    *.txt~
    
    # directory with plots and extracted results
    /test_statistics_profiles