diff --git a/.gitignore b/.gitignore index 6df94c3..bc47282 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,12 @@ +# Python cache __pycache__/ *.py[cod] -ci_reports/*.json -dist/ + +# Environment files .env + +# Build artifacts +/dist/ + +# CI output reports +/ci_reports/ diff --git a/ci_reports/.gitkeep b/ci_reports/.gitkeep deleted file mode 100644 index e69de29..0000000