diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,7 @@ bin build dist +docs/build include lib distribute.egg-info @@ -9,9 +10,12 @@ setuptools.egg-info .coverage .eggs .tox +.venv *.egg *.py[cod] *.swp *~ .hg* .cache +.idea/ +.pytest_cache/ |
