# Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class # Distribution / packaging .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Virtual environments .venv/ venv/ env/ # Caches .pytest_cache/ .mypy_cache/ .ruff_cache/ .tox/ .coverage .coverage.* htmlcov/ coverage.xml *.cover # Editors .idea/ .vscode/ *.swp # OS .DS_Store