diff options
| author | Brendan F <EpicWolverine@users.noreply.github.com> | 2023-04-16 22:50:26 -0700 |
|---|---|---|
| committer | Brendan F <EpicWolverine@users.noreply.github.com> | 2023-04-16 22:50:26 -0700 |
| commit | de3332299a9c8d9f05359deca732436682b1fb31 (patch) | |
| tree | 85a90ae611281ea4b5ebe37b290308a49b95e0ce /.gitignore | |
| parent | 31bd804652ea741b11457c330200eba54d8905b1 (diff) | |
Initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
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 |
