File: .gitignore

package info (click to toggle)
python-pymysql 0.9.3-2%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 816 kB
  • sloc: python: 6,029; makefile: 153; sh: 37
file content (15 lines) | stat: -rw-r--r-- 158 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
*.pyc
*.pyo
/.cache
/.coverage
/.idea
/.tox
/.venv
/.vscode
/PyMySQL.egg-info
/build
/dist
/docs/build
/pymysql/tests/databases.json
__pycache__
Pipfile.lock