File: .gitignore

package info (click to toggle)
python-line-profiler 5.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,256 kB
  • sloc: python: 8,119; sh: 810; ansic: 297; makefile: 14
file content (29 lines) | stat: -rw-r--r-- 289 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
26
27
28
29
# Swap files.
.*.swp
.*.swo
*~

*.pyc
*.pyo
*.pyd
*.so
*.o
*.a
*.cpp

build/
dist/
_skbuild
_line_profiler.c
line_profiler.egg-info/
MANIFEST
pypi-site-docs.zip
index.html
line_profiler/_line_profiler.html

.coverage
tests/coverage.xml
tests/htmlcov
wheelhouse
profile_output*
*.egg-info/