groups/home: add a link to subscribe to a group
[xnet] / .gitignore
index 59f5ed5..ca5f862 100644 (file)
@@ -1,3 +1,21 @@
+# Temporary files
 .*.swp
-.*.swo
 *.pyc
+*.pyo
+
+# Private files
+xnet/private/
+xnet/media/
+
+# Dev files
+xnet/db.sqlite
+xnet/settings/personal.py
+
+# Build-related files
+doc/_build/
+.coverage
+*.egg-info
+build/
+dist/
+htmlcov/
+MANIFEST