File: .gitignore

package info (click to toggle)
python-httpx-sse 0.4.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 196 kB
  • sloc: python: 715; makefile: 31; sh: 17
file content (17 lines) | stat: -rw-r--r-- 142 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Tooling.
.coverage
venv*/

# Caches.
__pycache__/
*.pyc
.mypy_cache/
.pytest_cache/

# Packaging.
build/
dist/
*.egg-info/

# Private.
.env