# local environment
/.env
/.vscode
.DS_Store

# python cache
__pycache__/
*.pyc

# binaries
/src/bin

# distribution
/dist

# git
!.gitkeep