File: .gitignore

package info (click to toggle)
geventhttpclient 2.3.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,456 kB
  • sloc: ansic: 16,557; python: 3,823; makefile: 24
file content (19 lines) | stat: -rw-r--r-- 136 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
*.o
*.so
*.pyc
*.egg-info

.Python
build/
lib/
include/
bin/
.project
.pydevproject
.idea
.settings/
dist/
.tox
.cache
.venv
wheelhouse