.gitignore 345 B

1234567891011121314151617181920212223
  1. # project data
  2. data/*
  3. saved_models/*
  4. threshold_map/*
  5. models_info/*
  6. custom_norm/*
  7. learned_zones/*
  8. corr_indices/*
  9. .ipynb_checkpoints
  10. # simulate_models.csv
  11. fichiersSVD_light/*/*/*.csv
  12. fichiersSVD_light/*_min_max_values
  13. .python-version
  14. __pycache__
  15. # by default avoid model files and png files
  16. saved_models/*.h5
  17. *.png
  18. !saved_models/*.png
  19. .vscode