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