# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
*.egg
dist/
/build/

# Virtual environments
.venv/
venv/
ENV/

# IDE
.idea/
.vscode/
*.swp
*.swo

# Testing
.pytest_cache/
.coverage
htmlcov/

# Type checking
.mypy_cache/

# Linting
.ruff_cache/

# VM images (built during package build, not committed)
manifest.json
*.qcow2
*.kernel
*.initrd

# Local scripts
scripts/rewrite-history.sh

# Environment
.env

# Temp files
*.tmp
*.log
*.zip
.quicksand/
.uvr/

# Node.js / VitePress
node_modules/
docs/.vitepress/dist/
docs/.vitepress/cache/
.DS_Store

# GHA runners — track cloud infra, ignore local runner agent
gha-runners/local/deps/
deps/
gha-runners
