diff --git a/.gitignore b/.gitignore index 41a014e..a0531cf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ __pycache__/ wwwroot/pricing_program/ wwwroot/pricing_program_timing/ +*.pyc +*.pyo +*.egg-info/ +.DS_Store diff --git a/scripts/__pycache__/load_path.cpython-310.pyc b/scripts/__pycache__/load_path.cpython-310.pyc deleted file mode 100644 index 1cfd348..0000000 Binary files a/scripts/__pycache__/load_path.cpython-310.pyc and /dev/null differ