# Ignore python caches
**/__pycache__/

# Ignore build, dist, egg info
**/build/
**/dist/
**/*.egg-info/

# Ignore .env
**/.env

# Ignore download directory
**/pytube_downloads/

# Ignore medias and videos
*.{part,ytdl,mp4}

# Ignore python virtual environment
**/[Bb]in
**/[Ii]nclude
**/[Ll]ib
**/[Ll]ib64
**/[Ll]ocal
**/[Ss]cripts
**/[Ss]hare
**/pyvenv.cfg