diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2446fda --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +*.py[co] +netaddr/.coverage +netaddr/tests/coverage/ +netaddr.egg-info/ +__pycache__/ +*.DS_Store +build/ +dist/ +docs/build/ +.idea/ +.cache/ +.vagrant/ +tmp/ +*.iml +.coverage +coverage.xml +htmlcov/ +junit.xml |