Skip to content

Commit

Permalink
Add IDE and gesting artifacts to the gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
om-henners committed Jul 8, 2019
1 parent 2beefb5 commit 3b557d3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea/
venv
*.pyc
*.pyo
Expand All @@ -10,3 +11,7 @@ feedgen/tests/tmp_Rssfeed.xml
tmp_Atomfeed.xml

tmp_Rssfeed.xml

# testing artifacts
.coverage
*.egg-info/

0 comments on commit 3b557d3

Please sign in to comment.