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

# Heavy vector-search data must never be committed here (passed in by consumers)
src/buildwithtrace_converter/common/models/
src/buildwithtrace_converter/common/tokenizer/
*.onnx

# OS / editor
.DS_Store
*.swp
