27 lines
212 B
Plaintext
27 lines
212 B
Plaintext
|
|
# Python cache
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
|
|
# Virtual environment
|
|
venv/
|
|
.venv/
|
|
bin/
|
|
lib/
|
|
lib64/
|
|
include/
|
|
share/
|
|
pyvenv.cfg
|
|
|
|
# Data & datasets
|
|
data/
|
|
bin/
|
|
|
|
# Model weights
|
|
*.pth
|
|
|
|
# System / logs
|
|
.DS_Store
|
|
*.log
|
|
*.tmp |