Skip to content

Commit 4a32030

Browse files
committed
Add git ignore patterns
1 parent 4bc8ea6 commit 4a32030

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# venv
2+
bin/
3+
lib/
4+
pyvenv.cfg

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
dnspython==2.6.1
2-
pymongo==4.7.1
2+
pymongo==4.7.2

0 commit comments

Comments
 (0)