# Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class # Distribution / packaging *.egg-info/ build/ dist/ *.egg # Testing .pytest_cache/ .coverage htmlcov/ # Environment .env .venv/ venv/ ENV/ # IDE .vscode/ .idea/ *.swp *.swo # MyPy .mypy_cache/ .dmypy.json # Ruff .ruff_cache/