# Python cache and bytecode
__pycache__/
*.py[cod]
*$py.class

# Virtual environments and local tooling
.venv/
venv/
.python-version

# Test and type-check caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/

# Build artifacts
build/
dist/
*.egg-info/
*.egg

# OS/editor noise
.DS_Store
.idea/
.vscode/

# github-io (Vite / npm)
github-io/node_modules/
