# environment
/.env
/.vscode
/.github
.DS_Store

# python cache
__pycache__/
*.pyc

# local
/local
/dist

# git
!.gitkeep