File: .gitignore

package info (click to toggle)
python-easysnmp 0.2.6-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 692 kB
  • sloc: ansic: 3,735; python: 1,410; makefile: 161
file content (33 lines) | stat: -rw-r--r-- 366 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
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Python byte-compiled, optimized and DLL files
*.py[cod]

# Cache
.cache

# Compiled libraries
*.so

# Nosetests and coverage information
.coverage
nosetests.xml
coverage.xml

# Distribution & packaging
build/
develop-eggs/
.eggs/
dist/
*.egg-info/
*.egg

# Documentation builds
docs/_build/

# vim stuff
.ropeproject

# Local development
dev/
.vscode
*/*.log
*.log