diff --git a/.gcloudignore b/.gcloudignore new file mode 100644 index 0000000..2c10847 --- /dev/null +++ b/.gcloudignore @@ -0,0 +1,12 @@ +# Source control +.git/ +.github/ + +# Byte-compiled / optimized / DLL files +__pycache__/ + +# Builds & related cache +dist/ +.mypy_cache/ +.pytest_cache/ +.ruff_cache/ \ No newline at end of file