Skip to content

Commit 344cfb4

Browse files
update deps and gitignore
1 parent ca09db7 commit 344cfb4

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ doctmp/
77

88
# Visual Studio Code
99
.env
10+
.venv*
11+
.*venv*
12+
13+
#AI instructions
14+
*.ai
15+
*.ai*
1016

1117
# Created by https://www.gitignore.io/api/python
1218

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Documentation = "https://PythonQwt.readthedocs.io/en/latest/"
4343
PythonQwt-tests = "qwt.tests:run"
4444

4545
[project.optional-dependencies]
46-
dev = ["ruff", "pylint", "Coverage"]
46+
dev = ["ruff", "pylint", "Coverage", "build"]
4747
doc = ["PyQt5", "sphinx>6", "python-docs-theme"]
4848
test = ["pytest", "pytest-xvfb"]
4949

0 commit comments

Comments
 (0)