diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2025-05-25 19:05:44 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2025-05-25 19:05:44 +0900 |
commit | 7c888edbb9512e8cc75c302d487b5c2e4eace62c (patch) | |
tree | 07deb8a957be8aa26d2b45a489e43086ed071f78 /.gitignore | |
parent | 552c60f5fd0395acabfd8320a5372c54df23a5ea (diff) | |
download | scadere-7c888edbb9512e8cc75c302d487b5c2e4eace62c.tar.gz |
Add some basic tests
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 1be5bdb..cc74c32 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ +.coverage +.hypothesis/ +.pytest_cache/ __pycache__/ dist/ |