__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
*.egg
.eggs/

.env
.env.*
*.log

.venv/
venv/
env/

.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
.coverage

*.db
*.sqlite3

node_modules/
.next/
.turbo/

.DS_Store
Thumbs.db

llm_config.json
plan.md
