Improve Docker configuration and gitignore

- Enhanced Dockerfile with security improvements and cleaner dependency management
- Fixed requirements.txt to use correct package names
- Updated gitignore to properly exclude output directory and contents

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-06-05 18:31:42 -06:00
parent 70540bacf0
commit e0647325ff
3 changed files with 13 additions and 16 deletions

3
.gitignore vendored
View File

@@ -1,3 +1,4 @@
*.xml
.python-version
output/
output/
output/*