Skip to content

Commit 91ca2af

Browse files
Update gitignore
Signed-off-by: Thara Palanivel <[email protected]>
1 parent 5bc12ca commit 91ca2af

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Distribution / packaging
2-
build/
32
dist/
43
*.egg-info/
54

5+
# Build output
6+
/build/lib/
7+
68
# Unit test / coverage reports
79
__pycache__
810
htmlcov/
@@ -12,6 +14,8 @@ htmlcov/
1214
durations/*
1315
coverage*.xml
1416
qcfg.json
17+
models
18+
configs
1519

1620
# IDEs
1721
.vscode/
@@ -33,3 +37,5 @@ venv/
3337
# Generated by spelling check
3438
dictionary.dic
3539

40+
# Generated error log
41+
error.log

0 commit comments

Comments
 (0)