# 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 environments venv/ ENV/ env/ .venv # IDE .vscode/ .idea/ *.swp *.swo *~ .DS_Store # Testing .pytest_cache/ .coverage htmlcov/ .tox/ .hypothesis/ # MCP Browser specific ~/.mcp-*/ .mcp-cache/ *.log # Documentation docs/_build/ site/ *.html .tags # Package managers pip-log.txt pip-delete-this-directory.txt # Unit test / coverage reports .coverage.* nosetests.xml coverage.xml *.cover # Jupyter Notebook .ipynb_checkpoints # pyenv .python-version # Environments .env .env.local