fix: resolve CI linting issues
Some checks failed
CI/CD / test (push) Has been cancelled

This commit is contained in:
2026-02-01 17:29:57 +00:00
parent e71e84dc80
commit eae4514c25

39
.gitignore vendored
View File

@@ -1,4 +1,3 @@
# Python
__pycache__/
*.py[cod]
*$py.class
@@ -19,42 +18,14 @@ wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Virtual Environment
venv/
.env
.venv/
env/
venv/
ENV/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Testing
*.log
.pytest_cache/
.coverage
htmlcov/
.nox/
.coverage
# Type checking
.mypy_cache/
.ruff_cache/
# Logs
logs/
# OS
.DS_Store
Thumbs.db
# Environment
.env
.env.local
# Database
*.db
*.sqlite
.mypy_cache/