# pixi environments
.pixi
*.egg-info

# Builds
dist/

# Test
tests/reports/
.coverage
.pytest_cache/

# Pycache
__pycache__/

# Ruff
.ruff_cache/

# Backup
.backup/

# venv
.venv*/

# .ssh
.github_access/*
!.github_access/README.md

# personal devcontainer.json
devcontainer.json
