# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
dist/
build/
*.whl

# Virtual environments
.venv/
venv/
env/

# IDE
.idea/
.vscode/
.codex
*.swp
*.swo

# Type checking / lint
.mypy_cache/
.ruff_cache/
*.tsbuildinfo

# Frontend
node_modules/

# Testing
.pytest_cache/
htmlcov/
.coverage
artifacts/

# Playwright
src/nerdit/daemon/web/test-results/
src/nerdit/daemon/web/playwright-report/
src/nerdit/daemon/web/.playwright/

# Nerdit data
~/.nerdit/
~/sandbox/*


# MkDocs
site/

# OS
.DS_Store
Thumbs.db


local.md

# Local Claude Code session artifacts
.claude/
.env


# baton local tools 

.baton/
# Cloudflare wrangler local cache (account id + name). Never commit.
.wrangler/
