From 7c888edbb9512e8cc75c302d487b5c2e4eace62c Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Sun, 25 May 2025 19:05:44 +0900 Subject: Add some basic tests --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 1be5bdb..cc74c32 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ +.coverage +.hypothesis/ +.pytest_cache/ __pycache__/ dist/ -- cgit 1.4.1