# Python __pycache__/ *.py[cod] *$py.class # Build / packaging build/ dist/ *.egg-info/ .eggs/ # Virtual environments .venv/ venv/ env/ # Test / type caches .pytest_cache/ .mypy_cache/ .ruff_cache/ # IDE .vscode/ .idea/ # OS .DS_Store Thumbs.db # Local runtime files *.log