fix: resolve CI linting and type errors
Some checks failed
CI / test (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / type-check (push) Has been cancelled

This commit is contained in:
2026-02-04 12:57:53 +00:00
parent a9ce421924
commit 2b20fb2b46

43
.gitignore vendored
View File

@@ -1 +1,42 @@
/app/.gitignore
# Project specific
prompts/
!prompts/.gitkeep
configs/
!configs/promptforge.yaml
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
.env
.env.local
config.yaml
.history/
*.log
.pytest_cache/
.coverage
htmlcov/
.venv/
venv/
ENV/
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store