diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..dc14826e --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +# syntax: glob +bin +build +dist +docs/build +include +lib +distribute.egg-info +foo.egg-info +setuptools.egg-info +.coverage +.eggs +.tox +.venv +*.egg +*.py[cod] +*.swp +*~ +.hg* +.cache +.idea/ +.pytest_cache/ +.mypy_cache/ |
