# Dependencies
node_modules/

# Build outputs
dist/
build/

# Python files (handled by Ruff)
**/*.py
**/*.pyc
**/__pycache__/
.venv/

# Package lock files (can be very long)
package-lock.json
bun.lockb
uv.lock

# Documentation pages (mkdocstrings ::: directives, admonitions, and other
# MkDocs-specific syntax that prettier reformats incorrectly)
docs/**
zensical.toml

# AI instruction/prompt docs (must preserve YAML frontmatter formatting)
**/*.prompt.md
**/*.instructions.md
**/.github/**
