# Python cache __pycache__/ *.py[cod] *$py.class # Build / packaging build/ dist/ *.egg-info/ .eggs/ # Virtual environments .venv/ venv/ env/ # Tool caches .mypy_cache/ .pytest_cache/ .ruff_cache/ # IDE / OS noise .idea/ .vscode/ .DS_Store Thumbs.db # Runtime artifacts *.log .codex