File: .gitignore

package info (click to toggle)
python-evdev 1.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 416 kB
  • sloc: python: 1,388; ansic: 739; makefile: 142; sh: 14
file content (28 lines) | stat: -rw-r--r-- 329 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
26
27
28
# --- Python ---
*.py[co]
*.egg
*.egg-info/
develop-eggs/
dist/
build/
wheelhouse/
dropin.cache
pip-log.txt
.installed.cfg
.coverage
tags
TAGS
.#*
__pycache__
.pytest_cache
.ruff_cache
.venv
uv.lock

src/evdev/*.so
src/evdev/ecodes.c
src/evdev/ecodes.pyi
docs/_build
src/evdev/_ecodes.py
src/evdev/_input.py
src/evdev/_uinput.py