# Python __pycache__/ *.py[cod] *$py.class *.so .Python # Distribution / packaging build/ dist/ *.egg-info/ *.egg wheels/ .eggs/ # Virtual environments .venv/ venv/ env/ ENV/ # uv .uv/ uv.lock # Testing .pytest_cache/ .coverage .coverage.* htmlcov/ .tox/ .nox/ # Type checkers / linters .mypy_cache/ .ruff_cache/ .pyright/ # Editors .vscode/ .idea/ *.swp *.swo .DS_Store Thumbs.db # Environment files .env .env.local