File: .gitignore

package info (click to toggle)
python-bleach 6.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,356 kB
  • sloc: python: 14,626; sh: 61; makefile: 51
file content (19 lines) | stat: -rw-r--r-- 162 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*.pyo
*.pyc
pip-log.txt
.coverage
dist
*.egg-info
build
.tox
docs/_build/
.cache/
.eggs/
.*env*/
.pytest_cache/
.python-version
*~
*.swp
__pycache__
venv/
.idea/