# Python __pycache__/ *.py[cod] *$py.class *.pyc *.pyo *.egg-info/ build/ dist/ .eggs/ # Virtual environments .venv venv/ ENV/ env.bak/ venv.bak/ # Testing .pytest_cache/ .coverage htmlcov/ .tox/ .nox/ # IDEs .vscode/ .idea/ *.swp *.swo # OS .DS_Store Thumbs.db *.log