# .codecontextignore — paths codecontext skips during analysis
# Copy to your project root and customize. Same syntax as .gitignore.

# Dependencies / vendored code
node_modules/
vendor/
.venv/
venv/
__pycache__/
target/

# Build artifacts
dist/
build/
out/
.next/
.nuxt/
.svelte-kit/

# IDE / tooling
.opencode/
.vscode/
.idea/
.claude/worktrees/

# Test artifacts / coverage
coverage/
.nyc_output/
.pytest_cache/

# Lock files (rarely have meaningful symbols)
package-lock.json
yarn.lock
pnpm-lock.yaml
