.gitignore 470 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # Virtual Environments (Standard Python)
  2. venv/
  3. .venv/
  4. env/
  5. # These are often used by venv on Windows, but too broad in a multi-project repo
  6. # Include/
  7. # Lib/
  8. # Scripts/
  9. pyvenv.cfg
  10. # Python
  11. __pycache__/
  12. *.py[cod]
  13. *$py.class
  14. *.so
  15. .Python
  16. dist/
  17. downloads/
  18. eggs/
  19. .eggs/
  20. parts/
  21. sdist/
  22. var/
  23. wheels/
  24. *.egg-info/
  25. .installed.cfg
  26. *.egg
  27. # IDEs
  28. .vscode/
  29. .idea/
  30. # OS
  31. .DS_Store
  32. Thumbs.db
  33. unified_dataset
  34. datasets
  35. runs
  36. batch_outputs
  37. best_saved_model
  38. history_archive
  39. palm_history.db