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

# Tooling
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Models (downloaded on first use, not committed)
*.onnx

# OS / editor
.DS_Store
.idea/
.vscode/

# marksense caches
.marksense/
debug/

# Training artifacts (datasets are downloaded/generated, never committed)
training/data/
training/runs/
*.pt
