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.

23 lines
200 B

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. *.xml
  13. *.class.C
  14. # plots
  15. *.pdf
  16. *.png
  17. # downloads and envs
  18. tuner_env
  19. miniconda.sh