Skip to content

Commit a1d0161

Browse files
committedJun 26, 2022
ignore any stuff from pyinstaller
1 parent 0bc8663 commit a1d0161

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
 

‎.gitignore

+4-3
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@
99
*.mp4
1010
**/venv/*
1111
**/virtualenv/*
12-
.pytest_cache
1312
.hypothesis
1413
.ipynb_checkpoints
15-
14+
**/build/*
15+
**/dist/*
16+
*.spec
1617

1718
# python cache files
1819
__pycache__/
19-
20+
.pytest_cache
2021

2122
# Crash log files
2223
crash.log

0 commit comments

Comments
 (0)
Please sign in to comment.