diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f3726bf --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +# --- Python --- +.venv-nt-041/ +venv-dt-021/ +**/venv/ +**/.venv/ +__pycache__/ +*.py[cod] +*.egg-info/ +.pytest_cache/