| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- # 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
- history_archive
|