MCP Notes Server

# Python virtual environment .venv/ venv/ env/ # Python cache files __pycache__/ *.py[cod] *.so # Distribution / packaging dist/ build/ *.egg-info/ # IDE specific files .idea/ .vscode/ *.swp *.swo # Environment variables .env # Local development files notes_storage.json *.backup # Package manager files .python-version uv.lock