# Node (Starlight in docs/)
node_modules/
.pnpm-store/
docs/.astro/

# Generated by docs/scripts/fetch-pypi-pins.mjs (recreated on every pnpm dev/build)
docs/src/data/pypi-install-pins.json

# Generated by docs/scripts/sync-docs.mjs (recreated on every pnpm dev/build)
docs/src/content/docs/introduction.md
docs/src/content/docs/design/
docs/src/content/docs/plugins/
docs/src/content/docs/end-user/
docs/src/content/docs/tutorials/

# Claude Code
.claude/

# OS
.DS_Store

# Local reference material (not tracked)
references/

# nWave feature artifacts (per-feature discover/deliver, roadmaps, execution logs).
# Intended to be a separate private worktree or nested git repo; not part of public Astrocyte.
docs/feature/

# Python
__pycache__/
*.py[cod]
*$py.class
.venv/
venv/
.env
.env.*
!.env.example
*.egg-info/
.eggs/
dist/
build/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
benchmark-results/
datasets/

# Rust
target/

# IDE (optional)
.idea/
