Skip to content

Commit 34e4dc1

Browse files
committed
Add new files to .gitignore
Several new file types have been added to .gitignore for ignoring during commits. These include '.python-version', 'requirements-dev.lock', and 'requirements.lock' files.
1 parent 9458851 commit 34e4dc1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -167,3 +167,7 @@ reports
167167
*.env
168168
todo.txt
169169
temp.*
170+
171+
.python-version
172+
requirements-dev.lock
173+
requirements.lock

0 commit comments

Comments
 (0)