Skip to content
Snippets Groups Projects
Select Git revision
  • b6f08b9def17b96684190bc01e700ed33c3c6e0b
  • master default protected
  • fix_antimuons_visene
  • fix-mass-handling-and-lru
  • gibuu2025
  • use-tauola
  • remove-deps-version-fixes
  • muon-vis-ene-delta-rays
  • update-awkward
  • gibuu2021
  • gibuu2023-patch1
  • flux-convention
  • resample-writeout
  • fix_vis_ene_interface
  • fix-particle-states
  • 8-muon-propagation
  • flux_error
  • adjustable-zenith
  • fix_runnumber_output
  • additional_pythia_decays
  • julia-tools
  • v1.8.3
  • v1.8.2
  • v1.8.1
  • v1.8.0
  • v1.7.1
  • v1.7.0
  • v1.6.1
  • v1.6.0
  • v1.5.0
  • v1.4.2
  • v1.4.1
  • v1.4.0
  • v1.3.0
  • v1.2.0
  • v1.1.6
  • v1.0.8
  • v1.0.7
  • v1.1.5
  • v1.1.4
  • v1.0.6
41 results

.gitignore

Blame
  • .gitignore 450 B
    #Singularity
    *.simg
    
    # GiBUU
    *.dat
    output/
    
    # Version info for PyPI
    km3buu/version.py
    
    
    # Byte-compiled / optimized / DLL files
    __pycache__/
    *.py[cod]
    *.pyxbldc
    
    # Distribution / packaging
    .Python
    env/
    bin/
    build/
    develop-eggs/
    dist/
    eggs/
    lib/
    lib64/
    parts/
    sdist/
    var/
    *.egg-info/
    .installed.cfg
    *.egg
    .eggs
    
    # venv, pyenv tmp
    .python-version
    venv
    
    # Sphinx documentation
    doc/_build/
    doc/auto_examples/
    doc/modules/
    doc/api
    
    # 
    junit*.xml
    reports