File: .gitignore

package info (click to toggle)
python-blessed 1.25-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,812 kB
  • sloc: python: 14,645; makefile: 13; sh: 7
file content (25 lines) | stat: -rw-r--r-- 273 bytes parent folder | download
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
.coverage
._coverage.*
.coverage.*
coverage.xml
.cache
.tox
*.egg-info
*.egg
*.pyc
results*.xml
build
dist
docs/_build
docs/all_the_colors.txt
docs/all_the_keys.txt
docs/_static/rgb
htmlcov
.coveralls.yml
.DS_Store
.*.sw?
.vscode
.python-version
.idea/
.venv
.pytest_cache