diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e6c4033 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +# Python cache +__pycache__/ +*.py[cod] +.pytest_cache/ +.ruff_cache/ + +# Virtualenv +.venv/ +venv/ + +# Local env and logs +.env +*.log + +# OS +.DS_Store