File: .gitignore

package info (click to toggle)
python-respx 0.22.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 868 kB
  • sloc: python: 4,379; makefile: 17
file content (25 lines) | stat: -rw-r--r-- 251 bytes parent folder | download | duplicates (2)
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
# Byte-compiled
__pycache__/
*.py[cod]

# Distribution / packaging
.env/
env/
venv/
build/
dist/
site/
eggs/
*.egg-info/

# Unit test / coverage reports
.nox/
.coverage
.coverage.*
.mypy_cache/
.pytest_cache/
coverage.xml

# Editor config
.idea
.tags