Spaces:
Sleeping
Sleeping
File size: 124 Bytes
5d108aa | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | .git
.venv
__pycache__/
*.pyc
*.pyo
*.pyd
.pytest_cache/
.mypy_cache/
.ruff_cache/
*.egg-info/
dist/
build/
*.log
.DS_Store
|