19 lines
256 B
Plaintext
19 lines
256 B
Plaintext
# Python environments and generated files
|
|
.venv/
|
|
__pycache__/
|
|
*.py[cod]
|
|
.pytest_cache/
|
|
|
|
# CV training artifacts and locally supplied data
|
|
models/
|
|
AGAR_representative/
|
|
|
|
# OS and editor files
|
|
.DS_Store
|
|
Thumbs.db
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Local runtime output
|
|
*.log
|