# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
env/

# Tooling
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
.mypy_cache/

# Editors / OS
.vscode/
.idea/
*.swp
.DS_Store

# FreeMicro runtime state (never commit a user's session store)
.freemicro/

# Browser-automation artifacts from UI verification
.playwright-mcp/
