From 5ce5847a7d0342ffc4ebdf82d0b577c0e8326a2f Mon Sep 17 00:00:00 2001 From: john-okeefe Date: Tue, 25 Feb 2025 02:20:16 -0500 Subject: [PATCH] Initial commit --- .gitignore | 14 ++++++++++++++ README.md | 3 +++ 2 files changed, 17 insertions(+) create mode 100644 .gitignore create mode 100644 README.md 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