# Git .git .gitignore # Frontend (not needed for backend image) frontend/node_modules frontend/dist frontend/.vite # Docker build artifacts docker/opensearch/data docker/elasticsearch # IDE .vscode .idea *.swp # Python cache __pycache__ *.pyc *.pyo .pytest_cache .mypy_cache .ruff_cache # Tests (not needed in production image) backend/tests backend/celery_worker.log # Environment files with secrets (injected at runtime) backend/.env # OS Thumbs.db .DS_Store