diff --git a/airflow-greenplum/.gitignore b/airflow-greenplum/.gitignore index 3f72d2c..0c90d68 100644 --- a/airflow-greenplum/.gitignore +++ b/airflow-greenplum/.gitignore @@ -3,4 +3,6 @@ # Do not commit secrets .env .env.* -/airflow/dags/__pycache__ \ No newline at end of file +__pycache__/ +*/__pycache__/ +*.pyc diff --git a/airflow-greenplum/airflow/dags/helpers/__pycache__/greenplum.cpython-312.pyc b/airflow-greenplum/airflow/dags/helpers/__pycache__/greenplum.cpython-312.pyc deleted file mode 100644 index 5098ff6..0000000 Binary files a/airflow-greenplum/airflow/dags/helpers/__pycache__/greenplum.cpython-312.pyc and /dev/null differ