diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f061953 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# compiled code and build products +__pycache__/ +*.pyc +*.so +build/ +dist/ +*.egg-info/ + +# editor-specific +.vscode/ + +# output files of EMEWS_example.py +out/ \ No newline at end of file