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

# Virtual environments
.venv/
venv/
env/

# OS / editor
.DS_Store

# Sphinx docs build output
docs/_build/

# Version file generated from the git tag by hatch-vcs at build time.
xeos/_version.py

# Claude Code transient worktrees
.claude/worktrees/
