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

# Pixi (scaffolded packages may build envs during --install testing)
**/.pixi/
**/pixi.lock

# OS
.DS_Store
