This repository has been archived on 2024-06-02. You can view files and clone it, but cannot push or open issues or pull requests.
async_pymongo/.gitignore
wulan17 9fd0af934f
Add comparison with motor
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2023-06-27 01:05:49 +07:00

25 lines
209 B
Plaintext

__pycache__/
# Build folder
dist/
# file
.DS_Store
*.pyc
*.log
*.session
*.session-journal
build/
downloads/
eggs/
.eggs/
wheels/
*.egg-info/
.installed.cfg
*.egg
# IDE specific files
.idea/
.vscode/
*.sw*