.gitignore 190 B

12345678910111213141516
  1. # push no pycache and config files
  2. **__pycache__**
  3. *.json
  4. # push no batch skripts
  5. *.sh
  6. # push no training result data
  7. *.csv
  8. *.pdf
  9. *.out
  10. *.gif
  11. # push no RKI data
  12. *_RKI_*.csv
  13. */state_data/*