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

# venv
.venv/
.python-version

# build
dist/
build/

# editor
.vscode/
.idea/
*.swp
.DS_Store

# test artefacts pointing at ~/.ctx
tmp/
