# 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
MANIFEST

# Virtual environments
.venv/
venv/
ENV/
env/

# uv
.uv/
uv.lock

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

# Next.js
.next/
out/

# TypeScript
*.tsbuildinfo
next-env.d.ts

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

# OS
.DS_Store
Thumbs.db

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

# Testing
.coverage
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
pytestdebug.log

# MyPy
.mypy_cache/
.dmypy.json
dmypy.json

# Ruff
.ruff_cache/

# Docker
*.log

# LC sidecar files (auto-generated by linear-canal watch --sidecars)
*.lc.md

# Auth databases — contain real user data, NEVER commit
*.db
*.sqlite
*.sqlite3
*.db-shm
*.db-wal
auth.db

# Linear Canal auto-generated index data
.linear_canal_data/

# Local Claude Code settings (machine-specific, not for repo)
.claude/settings.local.json

# Internal development notes and working files
new_prep.md
docs/System/memory.md
docs/Tasks/
docs/plans/
docs/System/Working/

# Dev scripts (not for distribution)
index_zero_config.py

# Project-specific
/data/
/qdrant-storage/
/ctx/
/workspace/

# Generated files
*.generated.*
*.min.js
*.pb.go

# Local benchmark (DO NOT COMMIT)
benchmark_lc.py

# Test artifacts
test-results/
playwright-report/
benchmark-results.json
tests/integration/output/
tests/integration/test_codebases/

# Build artifacts
*.whl
*.tar.gz
stress/
tests/
live_datatests/benchmark/results/
