remove print statements from sieve, update gitignore, minor fix to test utils

This commit is contained in:
Arthur Lu
2025-03-04 06:24:13 +00:00
committed by root
parent 32ac22806c
commit 839e1b8bd7
3 changed files with 6 additions and 6 deletions

2
.gitignore vendored
View File

@@ -7,6 +7,7 @@ __pycache__/
# Ignore database files (TinyDB JSON)
database.json
temp_DB.json
# Ignore environment variables file (if used)
.env
@@ -22,4 +23,3 @@ database.json
# Ignore MacOS system files
.DS_Store