commit 5ce5847a7d0342ffc4ebdf82d0b577c0e8326a2f Author: john-okeefe Date: Tue Feb 25 02:20:16 2025 -0500 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6709d9c --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +# ---> VirtualEnv +# Virtualenv +# http://iamzed.com/2009/05/07/a-primer-on-virtualenv/ +.Python +[Bb]in +[Ii]nclude +[Ll]ib +[Ll]ib64 +[Ll]ocal +[Ss]cripts +pyvenv.cfg +.venv +pip-selfcheck.json + diff --git a/README.md b/README.md new file mode 100644 index 0000000..0bc6d06 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# API + +http files to access the Kavita API \ No newline at end of file