# Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class # Virtual environments .venv/ venv/ ENV/ # Distribution / packaging build/ dist/ *.egg-info/ *.egg # IDE .idea/ .vscode/ *.swp *.swo # Environment files with secrets .env # Test / coverage .pytest_cache/ .coverage htmlcov/ # OS .DS_Store Thumbs.db # Internal dev docs mcp.md *.code-workspace