# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
*.egg

# Pixi
.pixi/

# IDE
.vscode/
.idea/

# Testing
.coverage
htmlcov/
.pytest_cache/

# Jupyter
.ipynb_checkpoints/
*.ipynb

# Nested repos
nebi/

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