File: .gitignore

package info (click to toggle)
python-pymysql 1.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 848 kB
  • sloc: python: 6,396; makefile: 134; sh: 44; sql: 10
file content (16 lines) | stat: -rw-r--r-- 167 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
*.pyc
*.pyo
/.cache
/.coverage
/.idea
/.tox
/.venv
/.vscode
/PyMySQL.egg-info
/build
/dist
/docs/build
/pymysql/tests/databases.json
__pycache__
Pipfile.lock
pdm.lock