diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -1,7 +1,19 @@ *.py[co] *.db +*~ +dist +*.log +*.diff +*.patch tmp/ output/ build/ +.idea/ +__pycache__/ *.egg-info/ -*~ + +# For virtualenvwrapper +.venv + +# coverage.py +.coverage |
