# Python cache
__pycache__/
*.py[cod]
*.pyc
*.pyo
*.pyd
.Python


# python environments
.traitly_test/*

# Cache
.cache/

# Build
build/
dist/
*.egg-info/

# zed files
.zed

# Jupyter files
**/.ipynb_checkpoints/

requirements.txt
requirements-dev.txt
__pycache__/

