fix
[fnpdjango.git] / .gitignore
index ea2e8e1..06194e4 100644 (file)
@@ -1,6 +1,7 @@
 *~
 *.orig
 *.log
+*.swp
 
 # Python garbage
 *.pyc
@@ -10,6 +11,12 @@ nosetests.xml
 build
 dist
 *.egg-info
+.tox
+/htmlcov
+
+# PyCharm garbage
+.idea
+.pycharmrc
 
 # Mac OS X garbage
 .DS_Store