diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e74c43c --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +# Python bytecode +__pycache__/ +*.py[cod] + +# Local configuration +*.ini +*.key +*.env + +# Packaging artifacts +*.egg-info/ +build/ +dist/ +*.deb + +# Logs and misc +*.log + +# OS and editor-specific +.DS_Store +.vscode/ +.idea/ + +# yt-dlp temporary/partial files +*.part +*.ytdl