| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- # Virtual Environments (Standard Python)
- venv/
- .venv/
- env/
- # These are often used by venv on Windows, but too broad in a multi-project repo
- # Include/
- # Lib/
- # Scripts/
- pyvenv.cfg
- # Python
- __pycache__/
- *.py[cod]
- *$py.class
- *.so
- .Python
- dist/
- downloads/
- eggs/
- .eggs/
- parts/
- sdist/
- var/
- wheels/
- *.egg-info/
- .installed.cfg
- *.egg
- # IDEs
- .vscode/
- .idea/
- # OS
- .DS_Store
- Thumbs.db
- unified_dataset
- datasets
- runs
- best_saved_model
|