File: .gitignore

package info (click to toggle)
python-ezsnmp 1.1.0-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,280 kB
  • sloc: cpp: 3,746; python: 1,987; javascript: 1,110; makefile: 17; sh: 12
file content (37 lines) | stat: -rw-r--r-- 407 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
34
35
36
37
# 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
wheelhouse/**
*.o
**.DS_Store**
**venv**