# pixi environments
.pixi/*
!.pixi/config.toml

# python bytecode/cache artifacts
**/__pycache__/
*.py[cod]

# test/coverage reports (generated by `pixi run test`)
.coverage
coverage.xml
pytest-results.xml
htmlcov/

.vscode
