# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
.env
.venv
env/
venv/
ENV/
pip-log.txt
pip-delete-this-directory.txt

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

# Build outputs
dist/
build/

# Database
*.db
*.sqlite
*.sqlite3
server/data/

# IDE
.vscode/
.idea/
*.swp
*.swo
.DS_Store

# Test
.pytest_cache/
.coverage
htmlcov/
.tox/

# Environment
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

# Credentials — never commit
.pypirc

# Large media — never commit
*.mov
*.mp4

# Internal-only docs — never push to public
LAUNCH.md
PUBLISH_GUIDE.md
AGENTLENS_V2_PRD.md
AGENTLENS_V3_PRD.md
AGENTLENS_GROWTH_RESEARCH.md
AgentLens_ProjectStatus.md
AgentLens_Blueprint.md
AgentLens_PRD.md
PLATFORM_STRATEGY.md
AGENTLENS_STRATEGY_2026.md
AGENTLENS_PRD_2026.md
CLAUDE.md

# Claude Code project settings — internal tool config
.claude/

# Compiled extension output — rebuild from source
vscode-extension/out/

# Stale pre-rename server source (replaced by langobs_server/)
server/src/


# Vite
dashboard/dist/
dashboard/.vite/

# Bundled dashboard build output (copied from dashboard/dist by make build-dashboard)
server/langobs_server/static/

# TypeScript
*.tsbuildinfo
