# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
.eggs/
*.egg
MANIFEST

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

# uv
.uv/
uv.lock

# Distribution / packaging
.Python
pip-wheel-metadata/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

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

# IDEs
.vscode/
.idea/
*.swp
*.swo

# Environment / secrets
.env
.env.*
!.env.example

# Project runtime data
.mcp-fact-finder/
test_output/
*.json.tmp

# Local secrets / publish config (not for commit)
.env.local

# macOS
.DS_Store
.AppleDouble
.LSOverride

# LanceDB data (local dev)
data/
*.lance/

# MCP Vector Search index directory
.mcp-vector-search/

# Claude MPM tooling (agent configs, skills, session state)
.claude-mpm/
.claude/agents/
.claude/skills/
.kuzu-memory/
