Optimized Memory MCP Server V2

# Python virtual environment .venv/ # Python cache files __pycache__/ *.py[cod] *$py.class # Distribution / packaging dist/ build/ *.egg-info/ # Testing .coverage coverage.xml .pytest_cache/ # IDE specific files .idea/ .vscode/ *.swp *.swo # Environment variables .env .env.local # Project specific *.db *.sqlite3 *.log .aider* !.aider.conf.yml !.aiderignore