fix: Remove conflicting pyproject.toml that overrides setup.py
Some checks failed
CI / test (push) Failing after 4s
CI / build (push) Has been skipped
CI / lint (push) Failing after 4s

This commit is contained in:
2026-01-31 08:38:26 +00:00
parent 58d277110f
commit e61dfe6455

10
.gitignore vendored
View File

@@ -1,8 +1,10 @@
*.pyc
__pycache__/
.env
venv/
.venv/
*.db
*.log
.DS_Store
*.sqlite
.coverage
htmlcov/
*.egg-info/
/dist/
/build/