.gitignore 456 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. best_saved_model
  37. history_archive
  38. palm_history.db