# 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}