summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 5fd2f489d650f89c7a64edfb01fada8a31fce64d (plain)
1
2
3
4
5
6
7
8
9
10
11
*.py[co]
netaddr/.coverage
netaddr/tests/coverage/
netaddr.egg-info/
__pycache__/
*.DS_Store
build/
dist/
docs/build/
.idea/
tmp/