Files
bytedance--lance/.gitignore
T
2026-07-13 13:16:54 +08:00

38 lines
292 B
Plaintext

__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
.Python
.python-version
.venv/
venv/
env/
ENV/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
build/
dist/
*.egg-info/
.eggs/
.ipynb_checkpoints/
.DS_Store
# custom ignore
results/
downloads/
temps/
datasets/
#
outputs/