# ignore virtual environment directories
.venv/

# ignore generated files and directories from version control
/examples/lexical-graph/notebooks/extracted/
/examples/lexical-graph/notebooks/output/
/examples/lexical-graph-local-dev/notebooks/output/
/examples/lexical-graph-hybrid-dev/notebooks/output/
/examples/lexical-graph-hybrid-dev/notebooks/extracted/

# ignore IDE files
.vscode/
.idea/

# Jupyter Notebook checkpoints
.ipynb_checkpoints/

# cache files
__pycache__/

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

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

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

# Hypothesis test cache
**/.hypothesis/

# kiro config
.config.kiro
/temp/
examples/lexical-graph-local-dev/notebooks/.env
examples/lexical-graph-local-dev/notebooks/output.log
