From c02e2d553e388e6b5264949187127a9d6234200f Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Tue, 3 Feb 2026 09:41:24 +0000 Subject: [PATCH] Initial upload with CI/CD workflow --- app/.gitignore | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 app/.gitignore diff --git a/app/.gitignore b/app/.gitignore new file mode 100644 index 0000000..49e5edf --- /dev/null +++ b/app/.gitignore @@ -0,0 +1,25 @@ +target/ +*.lock +.env +.env.* +!.env.example +.DS_Store +*.pem +*.key +*.crt +coverage/ +.pyo +.pyc +__pycache__/ +*.egg-info/ +dist/ +build/ +.venv/ +venv/ +.envrc +.direnv +coverage.xml +*.profraw +*.prof +*.gcda +*.gcno