We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c72ed8 commit 41c83a2Copy full SHA for 41c83a2
.github/copilot-instructions.md
@@ -1,4 +1,4 @@
1
-# GitHub Copilot Instructions for dqlitepy
+# GitHub Copilot Instructions for Helmpy
2
3
## Python Command Execution
4
@@ -57,7 +57,7 @@ This is a Python CLI application using:
57
- `uv` for dependency management
58
- `pytest` for testing
59
- `just` for task automation
60
-- `dqlitepy` as the main package
+- `Helmpy` as the main package
61
- `docusaurus` for documentation
62
- `examples/` directory for usage patterns
63
## Testing Patterns
.gitignore
@@ -163,7 +163,6 @@ Thumbs.db
163
docusaurus/node_modules/
164
docusaurus/.docusaurus/
165
docusaurus/build/
166
-docusaurus/yarn.lock
167
docusaurus/package-lock.json
168
169
# Examples data
0 commit comments