Add tox/coala linting, docs config
[lfn/process.git] / .gitignore
index 2fdce4b..604d4e2 100644 (file)
@@ -1,20 +1,11 @@
-# Ignore Vim temporary files
+# Vim
 .*.sw?
 
-# Maven
-target/
-
-# Vagrant
-.vagrant
-
-# IntelliJ
-.idea/
-*.iml
+# Tox
+.tox/
 
-# Eclipse
-.project
+# Docs
+docs/_build/
 
-# Python
-.tox/
-__pycache__/
-*.pyc
+# Coala
+node_modules