# macOS .DS_Store # Python __pycache__/ *.py[cod] *.pyo *.pyd *.so *.egg-info/ *.egg .pytest_cache/ .coverage htmlcov/ .mypy_cache/ .ruff_cache/ # Virtual environments .venv/ venv/ # Build artifacts build/ dist/ # Local run artifacts examples/runs/ # IDE .vscode/ .idea/