aboutsummaryrefslogtreecommitdiffstats
path: root/netlib/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'netlib/.gitignore')
-rw-r--r--netlib/.gitignore16
1 files changed, 16 insertions, 0 deletions
diff --git a/netlib/.gitignore b/netlib/.gitignore
new file mode 100644
index 00000000..d8ffb588
--- /dev/null
+++ b/netlib/.gitignore
@@ -0,0 +1,16 @@
+MANIFEST
+/build
+/dist
+/tmp
+/doc
+*.py[cdo]
+*.swp
+*.swo
+.coverage
+.idea/
+__pycache__
+_cffi__*
+.eggs/
+netlib.egg-info/
+pathod/
+.cache/ \ No newline at end of file