# Python __pycache__/ *.py[cod] *$py.class *.so .Python # Virtual environments .venv/ venv/ env/ # Build / distribution build/ dist/ *.egg-info/ *.egg # Test / coverage caches .pytest_cache/ .ruff_cache/ .mypy_cache/ .coverage .coverage.* htmlcov/ .tox/ # IDE .idea/ .vscode/ # OS .DS_Store Thumbs.db