diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..36b21a9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# Python +__pycache__/ +*.pyc +*.pyo +*.pyd +venv/ +.venv/ + +# Node +node_modules/ + +# Env files +.env diff --git a/ReverseProxy/__pycache__/fastapi_nginx_gen.cpython-310.pyc b/ReverseProxy/__pycache__/fastapi_nginx_gen.cpython-310.pyc deleted file mode 100644 index 109e273..0000000 Binary files a/ReverseProxy/__pycache__/fastapi_nginx_gen.cpython-310.pyc and /dev/null differ