File: .gitignore

package info (click to toggle)
python-matrix-nio 0.25.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,224 kB
  • sloc: python: 23,670; makefile: 36; sh: 8
file content (20 lines) | stat: -rw-r--r-- 201 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.coverage
coverage.xml
.mypy_cache/
.ropeproject/
.pytest_cache/
packages/
__pycache__
poetry.lock
*.pyc
.hypothesis/
.tox/
doc/build
matrix_nio.egg-info/
dist
doc/html
*.swp
build
.idea/
.venv/
venv/