# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
.pytest_cache/
.ruff_cache/
dist/
build/

# Coverage
htmlcov/
.coverage

# OS
.DS_Store
Thumbs.db

# Training artifacts (user-generated, large)
.autoft/
output/
runs/
eval_outputs/
*.safetensors
*.ckpt
test_dataset/
