.env
.env.local
__pycache__/
*.pyc
.pytest_cache/
.ruff_cache/
.venv/
venv/
.tmp/
.pytest-tmp/
.pip-cache/
dist/
build/
*.egg-info/

node_modules/
ui/dist/
ui/.vite/
ui/coverage/
ui/playwright-report/
ui/test-results/

models/
loras/
*.gguf
*.safetensors

.yagami/
*.sqlite
*.sqlite-journal
*.db
*.db-journal
*.db-wal
*.db-shm
yagami.db

perf_*.csv

.vscode/
.idea/
.DS_Store
Thumbs.db

# Local-only artifacts that should never be committed.
*.log
*.policy-bundle.zip
*.policy-private.pem
.claude/
.plans/
ui/tsconfig.tsbuildinfo

# Python build / coverage artifacts.
*.egg
.tox/
.coverage
htmlcov/
