*.py[cod] __pycache__/ .pytest_cache/ .coverage htmlcov/ # Distribution / packaging .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # Installer artifacts installer/build/ installer/dist/ rw.*.dmg # Temporary disk images # Virtual environments .env .venv env/ venv/ ENV/ # IDE .idea/ .vscode/ *.swp *.swo # macOS .DS_Store