summaryrefslogtreecommitdiff
path: root/.gitignore
blob: fc1912a59175686988a5e04cbae061afda136526 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
*.py[co]
netaddr/.coverage
netaddr/tests/coverage/
netaddr.egg-info/
__pycache__/
*.DS_Store
build/
dist/
docs/build/
.idea/
.cache/
.vagrant/
tmp/
*.iml
coverage.xml
htmlcov/
junit.xml