julien-duponchelle / python-mysql-replication

Pure Python Implementation of MySQL replication protocol build on top of PyMYSQL
2.31k stars 678 forks source link

Update .gitignore #580

Closed soulee-dev closed 9 months ago

soulee-dev commented 9 months ago

Description

This Pull Request updates the .gitignore file by merging patterns from GitHub's official Python .gitignore template and the original repository's .gitignore. The purpose is to consolidate and standardize the file to ensure consistent ignoring of unnecessary files across different environments and tools, particularly Python and JetBrains IDEs.

Type of Change

Checklist