Add IDE and gesting artifacts to the gitignore file

This commit is contained in:
Henry Walshaw 2019-07-08 12:30:44 +10:00
parent 2beefb5126
commit 3b557d364a

5
.gitignore vendored
View file

@ -1,3 +1,4 @@
.idea/
venv venv
*.pyc *.pyc
*.pyo *.pyo
@ -10,3 +11,7 @@ feedgen/tests/tmp_Rssfeed.xml
tmp_Atomfeed.xml tmp_Atomfeed.xml
tmp_Rssfeed.xml tmp_Rssfeed.xml
# testing artifacts
.coverage
*.egg-info/