Add IDE and gesting artifacts to the gitignore file
This commit is contained in:
parent
2beefb5126
commit
3b557d364a
1 changed files with 5 additions and 0 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -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/
|
||||||
|
|
Loading…
Reference in a new issue