Skip to content

Commit b783835

Browse files
Updated .gitignore.
1 parent 4c15b61 commit b783835

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ venv/
109109
ENV/
110110
env.bak/
111111
venv.bak/
112+
.py310/
112113

113114
# Spyder project settings
114115
.spyderproject
@@ -127,3 +128,7 @@ dmypy.json
127128

128129
# Pyre type checker
129130
.pyre/
131+
132+
# temp files
133+
~$*.*
134+
tests/input_files/headless_export/output/

0 commit comments

Comments
 (0)