aboutsummaryrefslogtreecommitdiffstats
path: root/pathod/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'pathod/.gitignore')
-rw-r--r--pathod/.gitignore15
1 files changed, 15 insertions, 0 deletions
diff --git a/pathod/.gitignore b/pathod/.gitignore
new file mode 100644
index 00000000..7eeeb614
--- /dev/null
+++ b/pathod/.gitignore
@@ -0,0 +1,15 @@
+# Python object files
+*.py[cd]
+MANIFEST
+/build
+/dist
+# Vim swap files
+*.swp
+/doc
+.coverage
+.noseids
+netlib
+venv
+.idea/
+pathod.egg-info/
+.cache/ \ No newline at end of file