# Node/npm local installs
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-store/

# Local environment files
.env
.env.*
!.env.example

## jj
.jj

# Codex local configuration
.codex/
AGENTS.md

# Claude Flow runtime data
.claude-flow/data/
.claude-flow/logs/
CLAUDE.md
.claude
.claude-flow

# MCP
.mcp.json
ruvector.db

# ruflo agents
.agents
.swarm
.agentdb
agentdb.db

# Environment variables
.env
.env.local
.env.*.local

# Created by https://www.toptal.com/developers/gitignore/api/visualstudiocode
# Edit at https://www.toptal.com/developers/gitignore?templates=visualstudiocode

### VisualStudioCode ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets
.vscode

# Local History for Visual Studio Code
.history/

# Built Visual Studio Code Extensions
*.vsix

### VisualStudioCode Patch ###
# Ignore all local history of files
.history
.ionide

### Misc files
gemma4
.postman/
.openclaude/
postman/

### OpenClaude
.openclaude-profile.json

# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
dist/
build/
*.egg
.venv/
.uv-cache/
.tmp/
.ruff_cache/

# Docker
.docker/

### Build plans
BUILD_PLAN.md
CLAUDE.md
PROJECT_SPEC.md
AMEND_PLAN.md
SOURCE_OF_TRUTH.md
repo-seed/
.import_linter_cache/
site/

# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode