# local environment
/.env
/.vscode
.DS_Store

# python cache
__pycache__/
*.pyc

# binaries
/src/bin
/src/io/bin

# distribution
/dist

# git
!.gitkeep