diff options
author | garret <garret@airmail.cc> | 2023-05-07 20:15:22 +0100 |
---|---|---|
committer | garret <garret@airmail.cc> | 2023-05-07 20:15:49 +0100 |
commit | 81e374741e7119a33dc049928a0e438584f9377a (patch) | |
tree | 4042319ae6f3f0da7bfdd5f52215716f72b7c177 /.gitignore | |
parent | 9a9a93ab13de383a85ba16fe84498083251bcff1 (diff) | |
download | yt-dlp-rajiko-81e374741e7119a33dc049928a0e438584f9377a.tar.gz yt-dlp-rajiko-81e374741e7119a33dc049928a0e438584f9377a.tar.bz2 yt-dlp-rajiko-81e374741e7119a33dc049928a0e438584f9377a.zip |
gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ae7c46a --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +__pycache__ +*.egg-info/ +*.pyc |