File: .gitignore

package info (click to toggle)
python-eventlet 0.40.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,200 kB
  • sloc: python: 25,109; sh: 78; makefile: 32
file content (16 lines) | stat: -rw-r--r-- 211 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# please keep this file sorted
*.egg*
*.pyc
.venv
build/
doc/source/changelog.rst
.coverage
coverage.xml
dist/
doc/changelog.rst
venv*
website-build/
.ruff_cache/

# auto-generated by hatch
eventlet/_version.py