From 7b45a585056928be36629e7d3b65e3c0ddc8263f Mon Sep 17 00:00:00 2001 From: Debby Date: Fri, 6 Mar 2026 00:10:04 +0700 Subject: [PATCH] add gitignore --- .gitignore | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0fb81cd --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +# CREDENTIALS - JANGAN DI-PUSH! +credentials/ +*.json + +# ENVIRONMENT VARIABLES +.env +.env.* + +# PYTHON +__pycache__/ +*.pyc +*.pyo +*.pyd +.Python +*.egg-info/ +dist/ +build/ + +# AIRFLOW +logs/ +airflow.db +airflow.cfg +standalone_admin_password.txt + +# SYSTEM FILES +.DS_Store +Thumbs.db \ No newline at end of file