# build output
dist/
.astro/

# dependencies
node_modules/

# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# environment variables
.env
.env.local
.env.production

# macOS-specific files
.DS_Store

# jetbrains setting folder
.idea/

# local-only working material (not for the public blog)
ideas/
HANDOFF.md
.claude/

# transient vibe-test artifacts (Playwright screenshots written to repo root)
.playwright-mcp/
/*.png

# bench-run outputs land inside articles/<slug>/evidence/runs/ — bulky, not for git
articles/*/evidence/runs/

__pycache__/

# fieldkit Python build / venv detritus (keep alongside the package, not committed)
fieldkit/build/
fieldkit/dist/
fieldkit/*.egg-info/
fieldkit/.pytest_cache/
fieldkit/.mypy_cache/
fieldkit/.ruff_cache/
fieldkit/.venv/
fieldkit/src/fieldkit.egg-info/
*.pyc

