# Python __pycache__/ *.py[cod] *.pyo *.pyd *.egg-info/ *.egg dist/ build/ .eggs/ # Virtual environments .venv/ venv/ env/ # uv .python-version # Testing .pytest_cache/ .coverage htmlcov/ # IDE .vscode/ .idea/ *.swp # OS .DS_Store # Env files .env *.env pyrightconfig.json