# pixi environments
.pixi
*.egg-info

# Builds
dist/

# Test
tests/reports/
.coverage
.pytest_cache/

# Pycache
__pycache__/

# Ruff
.ruff_cache/

# Backup
.backup/

# secrets
secrets*