3pp
~
# Virtual environments
.venv/
venv/

# Database files
*.db
data/

# OS files
.DS_Store

# Node modules
node_modules/

# python
*.pyc
*.pyo
*.pyd
__pycache__/

# Jetbrains IDEs
.idea/

# Core dumps and binary files
*.core
*.o
*.a
*.so
*.dylib
*.dll
*.exe
*.bin

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

tmp/

# Linux build
nowledge-graph/python-runtime.tar.zst
nowledge-graph/runtime-version.txt

# Reference projects for research
.reference-projects/

nowledge-graph/temp/

# MCP App build artifact (generated by `npm run build:mcp-app`)
nowledge-graph-py/src/nowledge_graph_server/static/mcp-app/graph-explorer.html
