# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
/build/
/dist/

# Virtualenvs / tooling
.venv/
venv/
.uv/
.pytest_cache/
.hypothesis/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/

# OS / editor
.DS_Store

# Local planning docs
airgap-bundle-spec.md
PROGRESS.md
RELEASING.md
