.env # Python __pycache__/ *.py[cod] *.pyd *.so *.egg-info/ dist/ build/ .eggs/ *.egg .pytest_cache/ .mypy_cache/ .ruff_cache/ .coverage htmlcov/ .tox/ .nox/ venv/ .venv/ env/ ENV/ # IDEs/editors .vscode/ .idea/ *.sublime-project *.sublime-workspace .devcontainer/