diff --git a/.gitignore b/.gitignore index a63f7ec..684a756 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,14 @@ .assets .env -*.pyc \ No newline at end of file +*.pyc +dist/ +build/ +*.egg-info/ +*.egg +*.pyc +*.pyo +*.pyd +*.pyw +*.pyz +*.pywz +*.pyzz \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index afadd0c..ab298e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nanobot-ai" -version = "0.1.3.post1" +version = "0.1.3.post2" description = "A lightweight personal AI assistant framework" requires-python = ">=3.11" license = {text = "MIT"}