# Python *.py[cod] *$py.class *.so .Python __pycache__/ *.egg-info/ dist/ build/ .pytest_cache/ .mypy_cache/ .coverage htmlcov/ # Environment .env .venv env/ venv/ ENV/ # IDE .vscode/ .idea/ *.swp *.swo * # OS .DS_Store Thumbs.db