diff --git a/.gitignore b/.gitignore index 82f9275..155c333 100644 --- a/.gitignore +++ b/.gitignore @@ -160,3 +160,8 @@ cython_debug/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ +# + +#vim +*.swp +*.swo diff --git a/.sampleplayer.py.swp b/.sampleplayer.py.swp deleted file mode 100644 index 7a363bf..0000000 Binary files a/.sampleplayer.py.swp and /dev/null differ diff --git a/__pycache__/sampleplayer.cpython-310.pyc b/__pycache__/sampleplayer.cpython-310.pyc deleted file mode 100644 index 17f429b..0000000 Binary files a/__pycache__/sampleplayer.cpython-310.pyc and /dev/null differ diff --git a/templates/.index.html.swp b/templates/.index.html.swp deleted file mode 100644 index de5abeb..0000000 Binary files a/templates/.index.html.swp and /dev/null differ