fix: fix package imports and tests

This commit is contained in:
2026-05-03 13:07:17 -05:00
parent 25b652c052
commit 071acedcc0
6 changed files with 19 additions and 9 deletions

8
.gitignore vendored
View File

@@ -3,9 +3,9 @@
*.pyo
# Cache
__pycache__/
*.egg-info/
.pytest_cache/
**/__pycache__/
**/*.egg-info/
**/.pytest_cache/
.coverage
.htmlcov/
@@ -21,4 +21,4 @@ dist/
build/
# Generated test files
tests/test.py
tests/*.py