File: .gitignore

package info (click to toggle)
python-sse-starlette 2.3.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 944 kB
  • sloc: python: 1,487; makefile: 134; sh: 57
file content (16 lines) | stat: -rw-r--r-- 155 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.tox/
report.xml
coverage.xml
dist/
tags
.idea/
*.pyc
.coverage
.pytest_cache/
.mypy_cache/
*.egg-info/
__pycache__/
venv/
Pipfile.lock
.envrc
.pdm-python