# Virtual environments
.venv/

# IDE files
.vscode/
.idea/
.config.kiro

# Byte-compiled / optimized / DLL files
__pycache__/
*.pyc
*.pyo

# Build artifacts
dist/
*.egg-info/
target/
build.log

# Coverage reports
**/htmlcov/
**/.coverage

# Hypothesis test cache
**/.hypothesis/

# Jupyter Notebook checkpoints
.ipynb_checkpoints/

# Environment files
.env

# OS files
*.DS_Store

# Generated notebook output
/examples/lexical-graph/notebooks/extracted/
/examples/lexical-graph/notebooks/output/
/examples/lexical-graph-local-dev/notebooks/output/
/examples/lexical-graph-local-dev/notebooks/output.log
/examples/lexical-graph-hybrid-dev/notebooks/output/
/examples/lexical-graph-hybrid-dev/notebooks/extracted/

# Integration test config
temp/
test-results/
test-logs/
execution_report.json
execution_report.md
screenlog.*
extracted/
examples/lexical-graph-hybrid-dev/notebooks/output.log
examples/lexical-graph-hybrid-dev/notebooks/run_notebooks.py
examples/lexical-graph-local-dev/notebooks/run_notebooks.py
