diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..261986c --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +# Python +__pycache__/ +*.py[cod] +*.egg-info/ +dist/ +build/ + +# Virtual environment +.venv/ + +# Testing +.pytest_cache/ +.coverage +htmlcov/ + +# Editor +*.swp +*.swo +*~ +.idea/ +.vscode/