commit b8d29273149712f765c15f003127d2b088abfe18 Author: thomasabishop Date: Mon Aug 26 15:38:09 2024 +0100 initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6373d1d --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +venv/ +__pycache__/ +*.pyc +*.pyo +*.pyd +.pytest_cache/ +data/*.db diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..e69de29 diff --git a/setup.py b/setup.py new file mode 100644 index 0000000..e69de29 diff --git a/src/__init__.py b/src/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 0000000..e69de29