Skip to content

Commit 96c27d5

Browse files
committed
fix: FileNotFoundError (close #6)
1 parent 8cfdfa0 commit 96c27d5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ __pycache__/
33
*.py[oc]
44
build/
55
dist/
6+
*.build/
7+
*.dist/
68
wheels/
79
*.egg-info
810

@@ -20,4 +22,4 @@ windows
2022
nuitka-crash-report.xml
2123

2224
# temp
23-
*/temp/*
25+
**/log.txt

0 commit comments

Comments
 (0)