.git
.venv
__pycache__
.pytest_cache
.mypy_cache
.ruff_cache
.coverage
htmlcov

.env
.env.*
!.env.docker.example

.cache
logs
output
models
ckpts
loras
ref-repos

web-ui/node_modules
web-ui/.next
web-ui/out
web-ui/.turbo

*.pyc
*.pyo
*.log
*.tmp
*.safetensors
*.ckpt
*.bin
