# Python __pycache__/ *.py[cod] *$py.class .python-version # Virtual environments .venv/ venv/ env/ # Tool caches .mypy_cache/ .pytest_cache/ .ruff_cache/ .coverage htmlcov/ # Build artifacts build/ dist/ *.egg-info/ # Local environment .env .env.* !.env.example # OS and editor noise .DS_Store Thumbs.db .idea/ .vscode/ ruff_report.txt .playwright-mcp/ assets/initial_docs/*.pdf assets/initial_docs/*.pdf