# Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class # Virtual environments .venv/ venv/ env/ ENV/ # Distribution / packaging build/ dist/ *.egg-info/ .eggs/ pip-wheel-metadata/ .pypirc # Test and coverage output .pytest_cache/ .coverage .coverage.* htmlcov/ # Type checker / linter caches .mypy_cache/ .ruff_cache/ .pyre/ # Tooling caches .tox/ .nox/ # IDE / editor files .vscode/ .idea/ # OS files .DS_Store Thumbs.db