# Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # Virtual Environment .env .venv env/ venv/ ENV/ env.bak/ venv.bak/ activate/ # IDE .idea/ .vscode/ *.swp *.swo .project .pydevproject .settings/ # Testing .coverage htmlcov/ .pytest_cache/ .tox/ .nox/ coverage.xml *.cover .hypothesis/ # Logs *.log logs/ # OS .DS_Store Thumbs.db # Misc .cache/ .pytest_cache/ .mypy_cache/ .ruff_cache/ .temp/ .tmp/