# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

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

# PyCharm
.idea/

# VS Code
.vscode/

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

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

# Ruff
.ruff_cache/

# Credentials and secrets
tokens.json
credentials.json
.env
*.key
*.pem

# macOS
.DS_Store
.AppleDouble
.LSOverride

# Logs
*.log
logs/

# Documentation builds
docs/_build/
site/

# Distribution / packaging
*.whl
*.tar.gz


# gworkspace-mcp OAuth tokens (project-level)
.gworkspace-mcp/

# Claude Code config (local)
.claude/
.claude-mpm/
.kuzu-memory-config

# Research docs (local working files)
docs/research/

# MCP Vector Search index directory
.mcp-vector-search/
.env.local
.mcp.json
kuzu-memories/
