diff --git a/.gitignore b/.gitignore index 614ece1..a78a58f 100644 --- a/.gitignore +++ b/.gitignore @@ -7,8 +7,19 @@ temp_* *_package_new/ packaging_temp/ -# Docker container artifacts -.dockerignore +# Common local environment and editor files +.env +*.env +*.local +*.log +.vscode/ +.idea/ +*.swp +*.swo + +# Build outputs (if any local builds are done) +dist/ +build/ # OS generated files .DS_Store