# Dependencies
node_modules
dist

# Environment files — never commit credentials
.env
.env.local
.env.test
.env.*.local

# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Backup files
*.bak
*.tmp
*.orig
*~

# Archives
*.zip
*.tar.gz
*.tar
*.rar

# Data directories (large test datasets)
data/

# License files (sensitive)
*.key

# IDE/Editor files
.vscode/
.idea/
*.swp
*.swo

# Claude configuration
.claude/

# Test coverage
coverage/
.nyc_output

# Python cache
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# UV package manager
.uv/

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

# Python testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json

# Jupyter Notebook
.ipynb_checkpoints

# Test results
test_results.json
docs/dc_contest_raw.md
.mcp.json

# Agent-specific config (not project docs)
CLAUDE.md
CODEX.md
TABNINE.md
DOCS_IRIS_PYTHON_ISSUES.md
docker-compose.test.yml

# Build artifacts
dist/

# Benchmark caches
.benchmarks/
tests/benchmarks/results/*.json
.ruff_cache/
*.crt
deploy/certs/

# Playwright MCP session artifacts
.playwright-mcp/

# Screenshot artifacts from development
browser-*.png
playwright-*.png

# LDBC benchmark data (large, machine-specific)
person_knows_person_0_0.csv
social_network-sf10-*/
social_network-sf100-*/
social_network-*/

# Benchmark/profiling outputs
results/
outputs/
benchmarks/results/
tests/benchmarks/results/*.json
bench_output.txt
bench_results.txt

# Internal agent/tool configs (not user-facing)
CLAUDE.md
CODEX.md
TABNINE.md
DOCS_IRIS_PYTHON_ISSUES.md

# Speckit planning artifacts (internal dev workflow)
.specify/
.sisyphus/
specs/

# Internal audits and pain-point docs
API_AUDIT.md
IVG_CONSUMER_PAIN_POINTS.md
ENGINEERING_DEBT.md
NEO4J_BENCHMARK_2026.md

# Developer-specific docker-compose variants
docker-compose.enterprise.yml
docker-compose.enterprise-2026.yml
docker-compose.yaml

# Playwright MCP session artifacts
.playwright-mcp/
examples/expanded_mindwalk_KG_10000.*
.sesskey
