forked from mysql/mysql-connector-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
39 lines (38 loc) · 720 Bytes
/
.gitignore
File metadata and controls
39 lines (38 loc) · 720 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# general
*.diff
*.egg-info/
*.so
*.patch
*.pyc
*__pycache__*
*.mypy_cache
*_output.txt
.DS_Store
.coverage
.idea/
.python-version
.vscode/
MANIFEST
commit.txt
cpy_server*/
dev*.py
pip-wheel-metadata/
venv/
venv2/
venv3/
docs
dist
build
# Classic/XDevAPI protocol connector (aka mysql)
mysql*-connector-python/build/
mysql*-connector-python/dist/
mysql*-connector-python/docs/INFO_BIN
mysql*-connector-python/docs/INFO_SRC
mysql*-connector-python/lib/mysql/vendor/
mysql*-connector-python/tests_*.log
mysql*-connector-python/README.txt
mysql*-connector-python/README.rst
mysql*-connector-python/LICENSE.txt
mysql*-connector-python/CHANGES.txt
mysql*-connector-python/CONTRIBUTING.md
mysql*-connector-python/SECURITY.md