# cSpell:ignore worktrees venv mypy pytest lycheecache

/.claude/worktrees
/.claude/settings.local.json

# Hugo-generated assets
.hugo_build.lock
/public
/resources

# npm assets
node_modules/
pnpm-lock.yaml
tmp/

# macOS
.DS_Store

# Misc
scripts/collector.yaml
assets/jsconfig.json
/lychee.toml
/.netlify

# IntelliJ
*.iml

# VS Code
/.vscode/**

# WebStorm
**/.idea/**

.mypy_cache/
.pytest_cache/
.ruff_cache/
.venv/
*.pyc
*uv.lock
