# --- prompt-linker generated artifacts ---
# Compiled instruction sets are DERIVED STATE: regenerate, never hand-edit.
# (See Docs/PromptLinker.md §6 — the compiled artifact must never be committed.)
compiled/
compiled-annotated/
*.compiled.md
.prompt-linker-cache/

# --- Credentials / publishing (NEVER commit) ---
# PyPI upload tokens. The repo-local file is read via `twine upload --config-file .pypirc`.
.pypirc

# --- Python ---
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
env/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# --- Node ---
node_modules/
npm-debug.log*
yarn-error.log*
pnpm-debug.log*
*.tgz

# --- Claude Code (personal/local only; shared .claude/settings.json is committed) ---
.claude/settings.local.json

# --- Editors / OS ---
.vscode/
.idea/
*.swp
.DS_Store
Thumbs.db
