From de3332299a9c8d9f05359deca732436682b1fb31 Mon Sep 17 00:00:00 2001 From: Brendan F Date: Sun, 16 Apr 2023 22:50:26 -0700 Subject: Initial commit --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..94fc67e --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +__pycache__ +*.pyc +venv + +.idea +ignore +notes.txt +playlist*.js +urls*.txt \ No newline at end of file -- cgit v1.2.3