You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
221 B

10 months ago
10 months ago
10 months ago
  1. # backup files
  2. *~
  3. .*.swp
  4. # common byproducts
  5. *.pyc
  6. *.pyo
  7. .vscode
  8. .ipynb_checkpoints
  9. __pycache__
  10. # data files
  11. *.root
  12. !data_results/*.root
  13. *.xml
  14. *.class.C
  15. # plots
  16. *.pdf
  17. *.png
  18. # downloads and envs
  19. tuner_env
  20. miniconda.sh