diff --git a/.gitignore b/.gitignore index 24c552c..e3f64ab 100644 --- a/.gitignore +++ b/.gitignore @@ -36,4 +36,9 @@ *.egg-info # Visual Studio Code -.vscode/settings.json \ No newline at end of file +.vscode/settings.json + +# Python byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class \ No newline at end of file diff --git a/test/__pycache__/test_well_uflow.cpython-312-pytest-8.3.2.pyc b/test/__pycache__/test_well_uflow.cpython-312-pytest-8.3.2.pyc deleted file mode 100644 index 16a9219..0000000 Binary files a/test/__pycache__/test_well_uflow.cpython-312-pytest-8.3.2.pyc and /dev/null differ