Files
local-llm-prompt-manager/.gitignore
7000pctAUTO ec8d17fa23
Some checks failed
CI / test (push) Has been cancelled
fix: Correct CI workflow directory paths
2026-02-05 22:25:30 +00:00

21 lines
190 B
Plaintext

# Python
*.py[cod]
*$py.class
*.so
.Python
__pycache__/
*.egg-info/
.dist-info/
build/
develop-eggs/
.downloaded/
.pytest_cache/
.mypy_cache/
.coverage
htmlcov/
.venv/
env/
venv/
ENV/
*.log