# Python
__pycache__/
*.py[cod]
*.egg-info/

# Environment variables
.env

# Egg info
mem0_mcp.egg-info/

# Build artifacts
dist/
build/
*.egg

# Virtual environments
.venv/

# Lock files
uv.lock

# PyPI credentials
.pypirc

# MCP server logs
.mcp_server.log
