diff options
author | Bernat Gabor <bgabor8@bloomberg.net> | 2020-03-29 15:35:05 +0100 |
---|---|---|
committer | Bernat Gabor <bgabor8@bloomberg.net> | 2020-03-30 09:55:12 +0100 |
commit | 741362fb523f48d0fd826006bc6251a85c3ec5f4 (patch) | |
tree | 2caffd43fb8acd3ab80902579524a422e1e6c098 /.gitignore | |
download | tox-git-741362fb523f48d0fd826006bc6251a85c3ec5f4.tar.gz |
First iteration of the rewrite4.0.0a1
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..125b5d40 --- /dev/null +++ b/.gitignore @@ -0,0 +1,31 @@ +# python +*.pyc +*.pyo +*.swp +__pycache__ + + +# packaging folders +/src/tox/version.py +/build/ +/dist/ +/src/tox.egg-info + +# tox working folder +/.tox + +# IDEs +/.idea +/.vscode + +# tools +/.*_cache + +# documentation +/docs/_draft.rst + +# release +credentials.json + +pip-wheel-metadata +.DS_Store |