# Python __pycache__/ *.py[cod] *.pyo *.pyd .Python *.egg-info/ dist/ build/ *.egg # Virtual environments .venv/ venv/ env/ # uv .python-version # IDE .idea/ .vscode/ *.swp *.swo # OS .DS_Store Thumbs.db # Test artifacts .pytest_cache/ .coverage htmlcov/