File: .gitignore

package info (click to toggle)
python-tktooltip 3.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,172 kB
  • sloc: python: 416; makefile: 16
file content (20 lines) | stat: -rw-r--r-- 198 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
__pycache__
build/
dist/
themes/
*.egg-info/
.idea
venv/

# Coverage
.coverage
coverage.xml
htmlcov/

# Documentation
docs/_build
docs/_template
docs/_static

# setuptools_scm
tktooltip/_version.py