# Build artifacts
/target/
**/target/
**/*.rs.bk
Cargo.lock

# Database files
*.db
databases/*
!databases/.gitkeep

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

# OS files
.DS_Store
Thumbs.db
starter_context.txt
# Kiro config (local development)
.kiro/

# Internal docs
aifactory_needs/

# Python
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.hypothesis/
*.egg-info/
dist/
build/
.eggs/
*.egg
.venv/
venv/
ENV/
.synadb-py-win-env/

# Example data (downloaded at runtime)
demos/python/examples/data/*
!demos/python/examples/data/.gitkeep
!demos/python/examples/data/README.md

# Coverage
*.gcno
*.gcda
*.gcov
coverage/
*.profraw
*.profdata

# Benchmark results (keep structure, ignore data)
benchmarks/results/*.json
benchmarks/results/*.csv

# Local config
.env
.env.local

# Workspace files
*.code-workspace

# Demo data
demos/python/examples/hybrid_rag_data/historical.cascade
demos/python/examples/hybrid_rag_data/realtime.gwi

# Benchmark data (large binary files)
demos/python/examples/benchmark_data/
