# Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Virtual Environment venv/ ENV/ env/ .venv # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store Thumbs.db # Logs *.log # Environment variables .env .env.local # Testing .pytest_cache/ .coverage htmlcov/ # Node.js node_modules/ npm-debug.log yarn-error.log # MCP .mcp_cache/