.ditto

# Python
__pycache__
*.egg-info
*.pyc

# Testing
.pytest_cache
.pytest
.coverage

# Linting
.ruff_cache

# IDE
.idea/
.vscode/

# Build artifacts
dist/
archive/

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