From 04e936c88184ff15bbb12b449e4e1448c1281feb Mon Sep 17 00:00:00 2001 From: Sylvain Tricot Date: Mon, 7 Mar 2022 11:59:04 +0100 Subject: [PATCH] Added gitignore file. --- .gitignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..37c6555 --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +__pycache__ +*.py[cod] +*.so +*.o +*.mod +*.bak +*.target +htmlcov +package/ +src/msspec/results.txt +*venv/ +**/*build*/ +**/*dist/ +**/*.egg-info/ +.ropeproject +.project +VERSION +tests/private +**/man/pages