# environment files
venv
.vscode
__pycache__
yt_cache

# secret files
.cache*
cookies.txt
.env
client_secrets.json

# setup files
.bootstrapped

# build
dist
